ronvoluted / kaggle-nba

Team repository for the NBA Career Prediction Kaggle Competition from UTS Advanced Data Science for Innovation
https://kaggle.com/c/uts-advdsi-nba-career-prediction
MIT License
0 stars 0 forks source link

Add submission CSV output module #6

Closed ronvoluted closed 3 years ago

ronvoluted commented 3 years ago

I originally wanted this to automatically pull in ../data/raw/test.csv but of course we will feature eng/transform the data in different ways before running it through predictions.

So you need to supply:

I also originally had it read the CSV after writing it, then display() it depending on a show=True parameter. It was a handy sanity check, but I removed it for simplicity.