Dear committee,
I have an Invalid submission for Preterm Birth Microbiome Task 1 (submission ID: 9726342).
I tested it locally, and it can successfully generate predictions.csv
Could you please provide error message?
Your support would be appreciated.
Thank you very much
Best regards.
Robin
Created by Chih-Han Huang Chih-Han Hi @Chih-Han ,
Your submission received the following error:
```python
Traceback (most recent call last):
File "/usr/local/bin/run_model.py", line 225, in
y_test_pred=clf.best_estimator_.predict(X)
File "/usr/local/lib/python3.8/site-packages/sklearn/svm/_base.py", line 615, in predict
y = super().predict(X)
File "/usr/local/lib/python3.8/site-packages/sklearn/svm/_base.py", line 333, in predict
X = self._validate_for_predict(X)
File "/usr/local/lib/python3.8/site-packages/sklearn/svm/_base.py", line 484, in _validate_for_predict
raise ValueError("X.shape[1] = %d should be equal to %d, "
ValueError: X.shape[1] = 37999 should be equal to 38238, the number of features at training time
```
Good luck!