Image by Freepik
Motivation
- Kaggle Educational Competition : link
- You are provided hourly rental data along with weather data.
- For this competition, the training set is comprised of the first 20 days of each month, while the test set is the 21th to the end of the month.
- You must predict the total count of bikes rented during each hour covered by the test set, using only information available prior to the rental period.
- Problem :
- Forecast total count of bikes rented.
- Use classical machine learning models (no deep learning models).
- Solution :
- Data analysis.
- Feature Engineering.
- Modeling.
- Forecast.
Note: there is an account of the time-series nature of the data that was not described in the EDA provided and was only implemented in the feature engineering phase.