AutoML3 :: AutoML for Lifelong Machine Learning Forum

Go back to competition Back to thread list Post in this thread

> Error when scoring my final dataset

Hi, I faced with an error when the score file try to score my final prediction until the last three batches... Could you help to rescore my submission?Thanks.

Traceback (most recent call last):
File "/tmp/codalab/tmp5uDw_t/run/program/score.py", line 132, in
predict_file = ls(os.path.join(prediction_dir, basename + '*.predict'))[-1]
IndexError: list index out of range

Posted by: QQSong @ Sept. 6, 2018, 5:59 a.m.

Hi,

It seems you only produced predictions for the first 7 batches of data set E (https://competitions.codalab.org/my/competition/submission/481166/ingestion_program_stdout_file.txt), this could have caused the error

Best

Posted by: hugo.jair @ Sept. 6, 2018, 9:48 a.m.

Thanks for the quick reply!

Best,
QQ

Posted by: QQSong @ Sept. 6, 2018, 3:30 p.m.
Post in this thread