Git Product home page Git Product logo

bikerental's Introduction

BIKE-RENTAL

This project predicts the daily count of bike rentals in a city based on the environmental conditions.

PROBLEM STATEMENT

The aim of this project is to predict the count of bike rentals based on the seasonal and environmental settings. By predicting the count, it would be possible to help accommodate in managing the number of bikes required on a daily basis, and being prepared for high demand of bikes during peak periods.

DATA

  • instant : Record index
  • dteday : Date
  • season : Season (1:springer, 2:summer, 3:fall, 4:winter)
  • yr : Year (0: 2011, 1:2012)
  • mnth : Month (1 to 12)
  • hr : Hour (0 to 23)
  • holiday : weather day is holiday or not (extracted fromHoliday Schedule)
  • weekday : Day of the week
  • workingday : If day is neither weekend nor holiday is 1, otherwise is 0.
  • weathersit : (extracted fromFreemeteo)1: Clear, Few clouds, Partly cloudy, Partly cloudy 2: Mist + Cloudy, Mist + Broken clouds, Mist + Few clouds, Mist 3: Light Snow, Light Rain + Thunderstorm + Scattered clouds, Light Rain + Scattered clouds 4: Heavy Rain + Ice Pallets + Thunderstorm + Mist, Snow + Fog
  • temp : Normalized temperature in Celsius. The values are derived via (t-t_min)/(t_max-t_min), t_min=-8, t_max=+39 (only in hourly scale)
  • atemp : Normalized feeling temperature in Celsius. The values are derived via (t-t_min)/(t_maxt_min), t_min=-16, t_max=+50 (only in hourly scale)
  • hum : Normalized humidity. The values are divided to 100 (max)
  • windspeed : Normalized wind speed. The values are divided to 67 (max)
  • casual : count of casual users
  • registered : count of registered users
  • cnt : count of total rental bikes including both casual and registered

It is a regression Problem.

All the steps implemented in this project

  1. Data Pre-processing.
  2. Data Visualization.
  3. Outlier Analysis.
  4. Missing value Analysis.
  5. Feature Selection.
  • Correlation analysis.
  • Chi-Square test.
  • Analysis of Variance(Anova) Test
  • Multicollinearity Test.
  1. Feature Scaling.
  • Normalization.
  1. Splitting into Train and Test Dataset.
  2. Dimensionality Reduction using PCA technique.
  3. Hyperparameter Optimization.
  4. Model Development I. Linear Regression
    II. Decision Tree III. Random Forest IV. XGBOOST
  5. Model Performance- Without PCA.
  6. Model Performance- With PCA.
  7. Conclusion
  8. Python Code
  9. R code.

You can view the Project Report for more details

bikerental's People

Contributors

datascience-enthusiast avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.