Skip to content

PascalCrow/ML_bike_sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML bike sharing

General info

Machine learning model to predict the number of rented bikes based on factors like weather prediction, time, weekday, etc.. This is part of the kaggle competition "Bike Sharing Demand" (https://www.kaggle.com/competitions/bike-sharing-demand/overview)

Technologies

  • Python 3.9.7
  • libraries and its versions are listed in requirements.txt and can be installed with:
$ conda install --name <environment_name> --file requirements.txt

Setup

Run the file "Project.ipynb" in jupyter notebook. This will create a prediction for the test data in an output file "submission 220505.csv". This can be uploaded to the kaggle competition.

About

Machine learning model to predict the number of rented bikes based on factors like weather prediction, time, weekday, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors