You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/azure-machine-learning-release-notes.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,27 +22,20 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
22
22
## 2022-08-29
23
23
24
24
### Azure Machine Learning SDK for Python v1.45.0
25
-
+**azureml-automl-core**
26
-
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
27
25
+**azureml-automl-runtime**
28
26
+ Fixed a bug where the sample_weight column was not properly validated.
29
-
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
27
+
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evaluation() method.
30
28
+ Fixed an issue where AutoML Regression tasks may fall back to train-valid split for model evaluation, when CV would have been a more appropriate choice.
31
29
+**azureml-contrib-aisc**
32
30
+ Only used by 1P for now
33
-
+**azureml-contrib-automl-dnn-forecasting**
34
-
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
35
31
+**azureml-core**
36
32
+ New cloud configuration suffix added, "aml_discovery_endpoint".
37
33
+**azureml-mlflow**
38
34
+ New cloud configuration suffix added, "aml_discovery_endpoint".
39
35
+**azureml-responsibleai**
40
36
+ update azureml-responsibleai package and curated images to raiwidgets and responsibleai 0.21.0
41
-
+ updated azureml-responsibleai and images to raiwidgets and responsibleai 0.20.0
42
37
+**azureml-sdk**
43
38
+ The azureml-sdk package now allow Python 3.9.
44
-
+**azureml-training-tabular**
45
-
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
0 commit comments