Bike Rental Demand Prediction using Regression

KDAG
1 min readFeb 16, 2018

By: Ojas Agrawal | IIT Kharagpur

Here, I present you my approach to tackle bike sharing demand prediction using regression analysis. The dataset for this is available on kaggle. To see the problem description, click here.

The script deals mainly with handling of ‘date-time’ object, filling of missing value and data visualization & interpretation.

--

--