course-resources-ml-with-experts-budgets
Further student resources for DrivenData's 'Machine Learning with the Experts: School Budgets' DataCamp course.
To see the model, take a look at the notebook that builds the winning model.
To get the data, sign up for the competition and use the data download link!
To run the notebook, first install the dependencies with:
pip install -r requirements.txt
Then run:
jupyter notebook notebooks/1.0-full-model.ipynb
Project Organization
βββ LICENSE
βββ README.md
βββ data
βΒ Β βββ TestSet.csv
βΒ Β βββ TrainingSet.csv
βββ notebooks
βΒ Β βββ 1.0-full-model.ipynb
βββ requirements.txt
βββ src
βββ __init__.py
βββ data
βΒ Β βββ multilabel.py
βββ features
βΒ Β βββ SparseInteractions.py
βββ models
βββ metrics.py
Project based on the cookiecutter data science project template. #cookiecutterdatascience