Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 343 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 343 Bytes

Forecasting

  • Automatic forecasts with FB_Prophet, XGBoost, and Holt-Winters; Graphing and accuracy included
  • Data used must be tabluar in format
  • Dates in column called 'Date' and rest of data in columns that match up to the date column
  • Assumed to be monthly data
  • Only a script, can be expanded upon

Updates

  • Object based version