This directory contains 6 workflows.
This workflow accesses, preprocesses, and visualizes time series (energy consumption) data by - converting time values from String to Date&Time - aligning […]
Simple auto-regressive model to predict a time series. - Simple means just raw data: no seasonality correction, stationarity assumption. - auto means usage […]
Comparison of auto-regressive model settings to predict a time series. - Simple means just raw data: no seasonality correction, stationarity assumption. - […]
Comparison of ARIMA model settings to predict a time series. - Observe predictive performance for different settings
<p>Time Series Analysis<br><br>Summary:<br>In this exercise we will load the data file for cleaning, filtering, aggregating, and visualizations with […]