Skip to content

Predicting monthly sales using Machine Learning, kneighborsregressor

Notifications You must be signed in to change notification settings

Blakley/Sales-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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 to make the predictions.
  • To evaluate the performance of the model, we use the evaluation: metric R-squared score.