Dear committee,
I have an Invalid submission for Preterm Birth Microbiome Task 1 (submission ID: 9725674).
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 Dear @Chih-Han ,
For submission ID 9725674, the following error was received:
```
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/catboost/core.py", line 4358, in predict
return self._predict(data, prediction_type, ntree_start, ntree_end, thread_count, verbose, 'predict')
File "/usr/local/lib/python3.8/site-packages/catboost/core.py", line 1981, in _predict
predictions = self._base_predict(data, prediction_type, ntree_start, ntree_end, thread_count, verbose)
File "/usr/local/lib/python3.8/site-packages/catboost/core.py", line 1310, in _base_predict
return self._object._base_predict(pool, prediction_type, ntree_start, ntree_end, thread_count, verbose)
File "_catboost.pyx", line 4308, in _catboost._CatBoost._base_predict
File "_catboost.pyx", line 4313, in _catboost._CatBoost._base_predict
_catboost.CatBoostError: catboost/libs/data/model_dataset_compatibility.cpp:72: Feature 38000 is present in model but not in pool.
```