Dear committee,
I got an Invalid submission for Preterm Birth Microbiome Task 2 (submission ID: 9725948).
I tested it locally and in the fast lane, and it successfully generate an output file(predictions.csv)
Could you please provide an error log message?
Thank you very much
Best regards.
Gwanghoon
Created by Gwanghoon Jang GGG Hi @GGG ,
Submission ID 9725948 is encountering the [same error](https://www.synapse.org/#!Synapse:syn26133770/discussion/threadId=9624) as your earlier submission, that is:
```
Traceback (most recent call last):
File "/usr/local/bin/run_model.py", line 71, in
main()
File "/usr/local/bin/run_model.py", line 44, in main
prob = model.predict_proba(test_set)[:,1]
File "/usr/local/lib/python3.8/site-packages/lightgbm/sklearn.py", line 997, in predict_proba
result = super().predict(X, raw_score, start_iteration, num_iteration, pred_leaf, pred_contrib, **kwargs)
File "/usr/local/lib/python3.8/site-packages/lightgbm/sklearn.py", line 800, in predict
raise ValueError("Number of features of the model must "
ValueError: Number of features of the model must match the input. Model n_features_ is 13321 and input n_features is 13082
```