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

https://github.com/hariprasath-v/av_job-a-thon-april-2022

Machine Learning model to forecast the demand of the car rentals on an hourly basis.
https://github.com/hariprasath-v/av_job-a-thon-april-2022

analyticsvidhya exploratory-data-analysis lightgbm machine-learning python timeseries-analysis timeseries-forecasting

Last synced: 3 months ago
JSON representation

Machine Learning model to forecast the demand of the car rentals on an hourly basis.

Awesome Lists containing this project

README

        

# AV_job-a-thon-april-2022

### Competition hosted on analyticsvidhya.com

# About

### Machine Learning model to forecast the demand of the car rentals on an hourly basis.

### Competition LB Rank:62/655

### Final Score 33.8902476111

### Evaluation Metric is Root Mean squared error.

### File information

* AV_job_a_thon_april_2022_EDA.ipynb
### Packages Used,
* seaborn
* Pandas
* klib
* Numpy
* Matplotlib
* re
### Basic Exploratory Data Analysis



* AV_job_a_thon_april_2022_Model.ipynb
### Packages Used,
* Sklearn
* re
* Pandas
* Numpy
* Matplotlib
* lightgbm
* shap
### Data Pre-processing
### Created lightgbm regressor model.

### Feature Importance

![Alt text](https://github.com/hariprasath-v/AV_job-a-thon-april-2022/blob/main/Feature_Importance_plot.png)

### Prediction Plot

![Alt text](https://github.com/hariprasath-v/AV_job-a-thon-april-2022/blob/main/Prediction_plot.png)