Building a Time-Series Forecast & Anomaly Dashboard
A time-series forecasting and anomaly-detection tool

Search for a command to run...

Series
Comparing different methods of performing time series forecasting.
A time-series forecasting and anomaly-detection tool

In this example, I am forecasting the future price of the AAPL stock, using data from the kaggle dataset starting with prices after 2015. View complete notebook here. This model uses the Prophet library from prophet import Prophet After importing th...

In another example I looked at performing time series forecasting in excel. I like examining different tools or methods to perform similar tasks. For this example I am performing forecasting within Tableau using the same dataset. This method is also ...

I have done some time series forecasting using python in the past. Recently explored the Prophet library. I like exploring doing similar things using different tools, so I wanted to step through doing time series forecasting in excel. Which is surpri...
