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