Skip to content

This is a Linear Regression Project, we have created multiple models using different feature selection techniques to predict the future demands for a bike company.

Notifications You must be signed in to change notification settings

aditya-mishra25/Linear_Regression_Boom_Bikes

Repository files navigation

Linear_Regression_Boom Bikes

This is a Linear Regression Problem where we create multiple models, perform various feature selection techniques to get a good model which can explain the variance of data to predict the number of bikes which will be rented in future considering season, weather, month, year and similar other variables as input factors.

Table of Contents

General Information

  • Problem Statement: 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.
  • Solution proposed: We create a Linear Regression Model to Predict the future sales considering the various factors provided.

Conclusions

  • The notebook which is present in the repository we have created 3 different models
    • Model 1: Linear Regression without any feature selection technique.
    • Model 2: Linear Regression, using VIF and P-Values for feature selection.
    • Model 3: Linear Regression, using RFE for feature selection.
  • Basis our Residual analsyis we concluded to use Model 3. (Included in the final section of the notebook)

Libraries Used

  • Pandas
  • Statsmodels
  • Sklearn
  • Seaborn

Sources for Subjectives

  • Analytics Vidhya
  • Medium.com
  • KDnuggets

Contact

Created by Aditya Mishra - feel free to contact me!

About

This is a Linear Regression Project, we have created multiple models using different feature selection techniques to predict the future demands for a bike company.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published