Skip to content

Time series forecaster designed to predict monthly sales. Transforms and loops data through list of classic ML models to determine best fit.

License

Notifications You must be signed in to change notification settings

Gabriel-Reyes/sales_forecaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sales_forecaster

Time series forecaster designed to predict monthly sales.

Hyperparameter optimization and sliding window validatior allows for model evaluation on X new time periods to determine best model for future time periods.

Current models:

  • K-Nearest Neighbors
  • Linear Regression
  • Random Forest
  • Neural Network
  • XGBoost

Current build allows for entire list of unique products to be evaluated without needing to filter by product.

About

Time series forecaster designed to predict monthly sales. Transforms and loops data through list of classic ML models to determine best fit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages