Skip to content

Commit 7f07f5e

Browse files
authored
Update for new transformer, non-stationarity detection.
I am adding one more featurizer, non stationary time series detection and handling.
1 parent f50e954 commit 7f07f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/machine-learning/how-to-auto-train-forecast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ However, the following steps are performed only for `forecasting` task types:
143143
* Create features based on time series identifiers to enable fixed effects across different series
144144
* Create time-based features to assist in learning seasonal patterns
145145
* Encode categorical variables to numeric quantities
146+
* Detect the non-stationary time series and automatically differencing them to mitigate the impact of unit roots.
146147

147148
To view the full list of possible engineered features generated from time series data, see [TimeIndexFeaturizer Class](/python/api/azureml-automl-runtime/azureml.automl.runtime.featurizer.transformer.timeseries.time_index_featurizer.timeindexfeaturizer).
148149

0 commit comments

Comments
 (0)