Icon

3. Time Series Analysis with Flow Variables

<p><strong>Time Series Analysis with Machine Learning and Flow Variables</strong></p><p>This workflow is similar to the workflow shown in Chapter 4 "3. Time Series Analysis with Machine Learning". It shows an example of a time series analysis using the verified components <em>Inspect Seasonality</em> and <em>Remove Seasonality</em>.</p><p>The data for this example is website traffic data, reflecting the daily number of website visitors, and we want to predict the next day's number of visitors given the number of visitors in the past <em>n</em> days.</p><p>To detect and deal with the seasonality in the data we first use the <em>Inspect Seasonality</em> component to find a sign of dominant seasonality. Then, to remove seasonality trends in the data, we use the <em>Remove Seasonality</em> components. Instead of adjusting the value manually in the configuration window of the component, this time we use a flow variable to overwrite the setting. </p><p>Lastly, we train and apply a Linear Regression, however, any other numerical prediction algorithm would have worked as well.</p>

Nodes

Extensions

Links