Job challenge for a Data Scientist at Keyrus.
The objective is to predict which customers a call center should contact to close a sale.
In this repository: raw
- Linear Regression (baseline)
- Linear Regression with Regularization
- Polynomial Regression
- Random Forest
- Random Forest Regressor
This project is tested with:
| Requisite | Version |
|---|---|
| Python | 3.9.7 |
| Pip | 21.2.4 |
I recommend using Python venv.
pip install --require-hashes -r requirements.txt
