Skip to content

LHarieswar/Bike-Sharing-Demand-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Bike-Sharing-Demand-Prediction - Supervised ML Regression

Problem Statement

Currently Rental bikes are introduced in many urbancities for the enhancement of mobility comfort. It is important to make the rental bike available and accessible to the public at the right time as it lessens the waiting time. Eventually, providing the city with a stable supply of rental bikes becomes a major concern

Project Goal

The goal is to create a prediction model using Supervised Regression so that it may be used to foretell bike count required at each hour for the stable supply of rental bikes.

Description about the data:

image

Libraries Used:

Pandas for data manipulation, aggregation
Matplotlib and Seaborn for visualisation and behaviour with respect to the target variable
NumPy for computationally efficient operations
Scikit Learn for model training, model optimization, and metrics calculation

Project Architecture:

image