Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 794 Bytes

File metadata and controls

20 lines (17 loc) · 794 Bytes

auto_forecast

Package for automated sales forecasting. For conceptual understanding, read the paper here. https://medium.com/towards-data-science/5-machine-learning-techniques-for-sales-forecasting-598e4984b109

This package is a refactored version of original code found here: https://github.com/mollyryanruby/sales_forecasting To see the original code, click through the link above.

Quick start

The easiest way to learn how to deploy the auto_forecast package is to step through the code in the example notebook found at auto_forecast/example/example_notebook.ipynb

Package Capabilities

  • Time series EDA
  • Pre-processing to generate supervised time series data
  • Modeling
    • Linear Regression
    • Random Forest
    • XGBoost
    • ARIMA
    • Long Short Term Memory (LSTM)