4 Common Machine Learning Data Transforms for Time Series Forecasting - MachineLearningMastery.com

Time series data often requires some preparation prior to being modeled with machine learning algorithms. For example, differencing operations can be used to remove trend and seasonal structure fro...

By · · 1 min read
4 Common Machine Learning Data Transforms for Time Series Forecasting - MachineLearningMastery.com

Source: MachineLearningMastery.com

Time series data often requires some preparation prior to being modeled with machine learning algorithms. For example, differencing operations can be used to remove trend and seasonal structure from the sequence in order to simplify the prediction problem. Some algorithms, such as neural networks, prefer data to be standardized and/or normalized prior to modeling. Any […]