We are given a dataset and the goal of predicting whether the number of bikes should be increased or not.
Our tasks:
- data analysis
- process the data
- implement models
- Logistic regression
- Discriminant analysis
- K-nearest neighbor
- Tree-based methods
- Boosting
- tune models
- test and compare models
- writing report
python -m venv env
source env/bin/activate
pip install -r requirements.txt
pip freeze > requirements.txt