There is no test dataset provided for this. So I've uploaded the code I've done which uses train test split to split the train data then trains a model on train data and prints the roc_auc_score of test data.
But I got this error after submitting.
Traceback (most recent call last):
File "/tmp/codalab/tmpXZ11kr/run/program/score.py", line 20, in
pred_file= glob(os.path.join(prediction_dir, '*.csv'))[0]
IndexError: list index out of range
Can someone instruct me what to upload?
Posted by: insomniac @ May 18, 2022, 12:03 p.m.Hi,
The competition format is based on code submission.
You should train your model based on the train set data, and submit the model.
The code will be evaluated according to the test set (which is not exposed) and the results will be presented on the leaderboard.
You may refer to an example of one test set window in the following link - https://drive.google.com/file/d/1kVAMV-zEn2bGLLtMOYA7-gVLnofCo3m_/view?usp=sharing
MAFAT Challenge Team
Posted by: MAFAT_Challenge @ May 18, 2022, 1:31 p.m.