Build a regression model to understand the factors on which the demand for bike sharing systems vary on and help a company optimise its revenue.
The purpose of this case study is to build a multiple linear regression model for the prediction of demand for shared bikes.
A US bike-sharing provider BoomBikes has recently suffered considerable dips in their revenues due to the ongoing Corona pandemic. The company is finding it very difficult to sustain in the current market scenario. So, it has decided to come up with a mindful business plan to be able to accelerate its revenue as soon as the ongoing lockdown comes to an end, and the economy restores to a healthy state.
In such an attempt, BoomBikes aspires to understand the demand for shared bikes among the people after this ongoing quarantine situation ends across the nation due to Covid-19. They have planned this to prepare themselves to cater to the people's needs once the situation gets better all around and stand out from other service providers and make huge profits.
The company wants to know:
- Which variables are significant in predicting the demand for shared bikes.
- How well those variables describe the bike demands.
Objective: Build a Linear Regression model for the demand of shared bikes with the available independent variables. It will be used by the management to understand how exactly the demands vary with different features.
- Reading and Understanding the Data
- Data manipulation and cleaning
- Visualising the Data
- Data Preparation
- Splitting the Data into Training and Testing Sets
- Building model
- Residual Analysis of the train data
- Making Predictions Using the Final Model
- Model Evaluation
File | Description |
---|---|
Python notebook | It contains the complete detailed code along with necessary output to solve the problem |
Answered the asked subjective questions. | |
ReadMe.md | This file briefs about the project. |
day.csv | The bike sharing case study data set. |
data_dictionary.txt | Meaning of the variables in the dataset. |
- numpy
- pandas
- seaborn
- matplotlib
- sklearn
- statsmodels
Created by Anupam Maiti - feel free to contact me!