Skip to content

Commit d329f45

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 2bd73b5 commit d329f45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
4040
+ Improved the error message shown when duplicated timestamps are found.
4141
+ Disallowed target_rolling_window_size to be set to values less then 2.
4242
+ Fixed the lag imputation failure. The issue was caused by the insufficient number of observations needed to seasonally decompose a series. The "de-seasonalized" data is used to compute a partial autocorrelation function (PACF) to determine the lag length.
43+
+ Enabled column purpose featurization customization for forecasting tasks by featurization config. Numerical and Categorical as column purpose for forecasting tasks are now supported.
44+
+ Enabled drop column featurization customization for forecasting tasks by featurization config.
45+
+ Enabled imputation customization for forecasting tasks by featurization config. Constant value imputation for target column and mean, median, most_frequent and constant value imputation for training data are now supported.
4346
+ **azureml-contrib-pipeline-steps**
4447
+ Accept string compute names to be passed to ParallelRunConfig
4548
+ **azureml-core**

0 commit comments

Comments
 (0)