GithubHelp home page GithubHelp logo

skynoid2612 / bike_renting Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 1.0 1.88 MB

The objective of this project is to predication of bike rental count on daily based on the environmental and seasonal settings. As it gets easy for an organisation to arrange the resource if the demand spikes.

R 1.16% Jupyter Notebook 98.84%
data-science missing-values outlier-detection feature-selection feature-scaling machine-learning linear-regression-models decision-tree-regression random-forest-regression knn-regression data-analysis

bike_renting's Introduction

BIKE_RENTING_R_PYTHON

The objective of this project is to predication of bike rental count on daily based on the environmental and seasonal settings. As it gets easy for an organisation to arrange the resource if the demand spikes.

Attribute Information:

  1. instant: Record index
  2. dteday: Date
  3. season: Season (1:springer, 2:summer, 3:fall, 4:winter)
  4. yr: Year (0: 2011, 1:2012)
  5. mnth: Month (1 to 12)
  6. holiday: weather day is holiday or not (extracted fromHoliday Schedule)
  7. weekday: Day of the week
  8. workingday: If day is neither weekend nor holiday is 1, otherwise is 0.
  9. 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
  10. temp: Normalized temperature in Celsius. The values are derived via (t-t_min)/(t_max-t_min)(only in hourly scale)
  11. atemp: Normalized feeling temperature in Celsius. The values are derived via (t-t_min)/(t_maxt_min)
  12. hum: Normalized humidity. The values are divided to 100 (max)
  13. windspeed: Normalized wind speed. The values are divided to 67 (max)
  14. casual: count of casual users
  15. registered: count of registered users
  16. cnt: count of total rental bikes including both casual and registered

Programming Language : Python 3 and R Language

Note:

Please refer the project report

bike_renting's People

Contributors

skynoid2612 avatar

Stargazers

 avatar

Forkers

deepak-rai-1027

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.