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

https://github.com/blakley/sales-prediction

Predicting monthly sales using Machine Learning, kneighborsregressor
https://github.com/blakley/sales-prediction

juypter-notebook kneighborsregressor machine-learning prediction-model python3 salesforcasting

Last synced: 7 months ago
JSON representation

Predicting monthly sales using Machine Learning, kneighborsregressor

Awesome Lists containing this project

README

          

# Monthly Sales Forecasting
- Goal : The goal of this project was to build a regression model to predict monthly sales from a superstore.
- We use [Nearest Neighbors Regression](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) to make the predictions.
- To evaluate the performance of the model, we use the evaluation: metric [R-squared score](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html).