See the screencast below for demos on training and forecasting on Heater purchases and personal spending (from a real bank CSV export format)!
Adding streamlit inputs to the Darts documentation example led to this quick demo project that lets you explore any univariate Timeseries CSV and make forecasts with an Exponential Smoothing model (more models to come).
I wanted to explore the claim of “Time Series Made Easy in Python” by the Darts library.
I knew from their pydata talk that making something interactive around the training API would be straightforward.
This version will resample and sum values to get to monthly samples (or change to weekly / quarterly / etc); there are other Pandas resampling aggregation options though!
Gerard
Thanks for this. It and your original example are a great starting point for scaling up and broadening some work we’ve been with our data and Streamlit Prophet!