Feature Selection for Time Series Forecasting with Python - MachineLearningMastery.com

The use of machine learning methods on time series data requires feature engineering. A univariate time series dataset is only comprised of a sequence of observations. These must be transformed int...

By · · 1 min read
Feature Selection for Time Series Forecasting with Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

The use of machine learning methods on time series data requires feature engineering. A univariate time series dataset is only comprised of a sequence of observations. These must be transformed into input and output features in order to use supervised learning algorithms. The problem is that there is little limit to the type and number […]