4 Common Machine Learning Data Transforms for Time Series Forecasting
Last Updated on August 28, 2019 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 transform operations applied to the series also require a similar inverse transform to be applied on the predictions. This […]
Read more