Skip to content

MadhuTangudu/sixt_takehome_assignment

Repository files navigation

Bike Sharing Demand Forecasting

Problem Statement

Predict daily bike rental demand for a bike-sharing system using historical usage data, calendar features, and weather conditions. The goal is to support 30-day ahead planning for fleet sizing and capacity management.

Dataset

Approach

Random Forest Regressor with feature engineering:

  • Hyperparameter tuning: GridSearchCV with TimeSeriesSplit (8 folds)

Project Main Files

solution_madhu_tangudu.ipynb   # Main notebook (Parts 1–4)
utility.py                     # Helper functions and model pipeline
requirements.txt               # Python dependencies
data/input/day.csv             # Dataset

How to Run

# Install dependencies
pip install -r requirements.txt

# Launch notebook
jupyter notebook solution_madhu_tangudu.ipynb

About

End-to-end demand prediction using exploratory data analysis, feature engineering and ML models with insights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors