juliandewit / kaggle_ndsb2017

Kaggle datascience bowl 2017
MIT License
623 stars 290 forks source link

creating/locating masses_predictions.csv #29

Closed teaghan closed 7 years ago

teaghan commented 7 years ago

In step4_train_submissions.py you load a csv file as such:

mass_df = pandas.read_csv(settings.BASE_DIR + "masses_predictions.csv")

Is this file created somewhere in the previous steps? or is it one that is downloaded beforehand? I can't seem to find where it is created or located.

Thanks, Teaghan

teaghan commented 7 years ago

apologies, you've already answered the question

abhi-kumar commented 6 years ago

IT was resolved at https://github.com/juliandewit/kaggle_ndsb2017/issues/9

As Julian mentioned " step2_train_mass_segmenter.py Also has a predict phase. This one will generate this file.

You can also leave it out. It will not change the score very much. "

Regards, Abhishek