Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmohamedalie/seoul-bike-sharing-demand_regression

Predicting Seoul Bike sharing count /hr multiple regression 🤖🚲
https://github.com/kmohamedalie/seoul-bike-sharing-demand_regression

bike-sharing machine-learning regression seoul social-sciences

Last synced: about 19 hours ago
JSON representation

Predicting Seoul Bike sharing count /hr multiple regression 🤖🚲

Awesome Lists containing this project

README

        

# Seoul Bike Sharing Demand - Multiple Linear Regression

https://github.com/Kmohamedalie/Seoul-Bike-Sharing-Demand_Regression/assets/63104472/7b4420e9-5830-45f9-89a1-44f196657f28

**Source:** [Arirand](https://www.youtube.com/watch?v=zod2Nawmlwk)

**Task:** Predicting Count of bikes rented at each hour(Rent Bike Count)

**Dataset:** [UCI Machine Learning](https://archive.ics.uci.edu/dataset/560/seoul+bike+sharing+demand)

**Complete JupyterNotebook:** [Link](https://github.com/Kmohamedalie/Seoul-Bike-Sharing-Demand/blob/master/Seoul%2Bbike%2Bsharing%2Bdemand/Seoul%20Bike%20sharing-%20Regression%20(SKLearn)%20.ipynb)

**Metrics:**

| Algorithm | MAE | MSE | RMSE | R2 |
|------------------ |-----------|---------------|------------|-----------|
| Linear Regression | 318.88402 | 178535.387537 | 422.534481 | 0.560321 |


### **Additional Information about the dataset**

Currently Rental bikes are introduced in many urban cities 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. The crucial part is the prediction of bike count required at each hour for the stable supply of rental bikes.
The dataset contains weather information (Temperature, Humidity, Windspeed, Visibility, Dewpoint, Solar radiation, Snowfall, Rainfall), the number of bikes rented per hour and date information.


### **Attribute information**
Date : year-month-day

Rented Bike count - Count of bikes rented at each hour

Hour - Hour of he day

Temperature-Temperature in Celsius

Humidity - %

Windspeed - m/s

Visibility - 10m

Dew point temperature - Celsius

Solar radiation - MJ/m2

Rainfall - mm

Snowfall - cm

Seasons - Winter, Spring, Summer, Autumn

Holiday - Holiday/No holiday

Functional Day - NoFunc(Non Functional Hours), Fun(Functional hours)