Icon

3. Time_​Series_​flowvars

Time Series Analysis with Machine Learning

This workflow shows an example of time series analysis using the pre-packaged metanodes Time Series Auto-Prediction Training and Time Series Auto-Prediction Predictor.

After reading the time series of the number of visitor to a web site, we want to predict today's number of visitory given the number of visitors in the past N=5 days.

Here we use the Linear Regression, but any other numerical prediction algorithm would have worked as well.

Workflow: Time_Series This workflow shows an example of time series analysis using some of the pre-packaged components in "00_Components/TimeSeries" on the EXAMPLES server..After reading the time series of the number of visitor to a web site, we want to predict today's number of visitory given the number ofvisitors in the past N=7 days.Here we use the Linear Regression, but any other numerical prediction algorithm would have worked as well. Lag Value= 7remove missing valuessort by ascending timeLag Value = 7daily numberof visitors"allow for short lines"must be enabledtake from the topLag Value= 7from x(t) to: x(t), x(t-1), x(t-2), ..., x(t-lag)from x(t) to: x(t), x(t-1), x(t-2), ..., x(t-lag)Node 238on predictionson no visitors Inspect Seasonality clean and sorttime series Remove Seasonality Line Plot CSV Reader Partitioning Remove Seasonality Lag Column Linear RegressionLearner Lag Column RegressionPredictor Numeric Scorer Reshape data Reshape data Return Seasonality Line Plot Return Seasonality Workflow: Time_Series This workflow shows an example of time series analysis using some of the pre-packaged components in "00_Components/TimeSeries" on the EXAMPLES server..After reading the time series of the number of visitor to a web site, we want to predict today's number of visitory given the number ofvisitors in the past N=7 days.Here we use the Linear Regression, but any other numerical prediction algorithm would have worked as well. Lag Value= 7remove missing valuessort by ascending timeLag Value = 7daily numberof visitors"allow for short lines"must be enabledtake from the topLag Value= 7from x(t) to: x(t), x(t-1), x(t-2), ..., x(t-lag)from x(t) to: x(t), x(t-1), x(t-2), ..., x(t-lag)Node 238on predictionson no visitors Inspect Seasonality clean and sorttime series Remove Seasonality Line Plot CSV Reader Partitioning Remove Seasonality Lag Column Linear RegressionLearner Lag Column RegressionPredictor Numeric Scorer Reshape data Reshape data Return Seasonality Line Plot Return Seasonality

Nodes

Extensions

Links