Skip to content

Commit ea54112

Browse files
authored
Merge pull request #188579 from Kmumuda/main
AzureML Python SDK 1.39.0 Release Notes update
2 parents 7bb3d11 + 7af65bc commit ea54112

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

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

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: reference
99
ms.author: larryfr
1010
author: BlackMist
11-
ms.date: 12/07/2021
11+
ms.date: 02/21/2022
1212
---
1313

1414
# Azure Machine Learning Python SDK release notes
@@ -18,6 +18,32 @@ In this article, learn about Azure Machine Learning Python SDK releases. For th
1818
__RSS feed__: Get notified when this page is updated by copying and pasting the following URL into your feed reader:
1919
`https://docs.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes%22&locale=en-us`
2020

21+
## 2022-02-28
22+
23+
### Azure Machine Learning SDK for Python v1.39.0
24+
+ **azureml-automl-core**
25+
+ Fix incorrect form displayed in PBI for integration with AutoML regression models
26+
+ Adding min-label-classes check for both classification tasks (multi-class and multi-label). It will throw an error for the customer's run if the unique number of classes in the input training dataset is fewer than 2. It is meaningless to run classification on fewer than two classes.
27+
+ **azureml-automl-runtime**
28+
+ Converting decimal type y-test into float to allow for metrics computation to proceed without errors.
29+
+ Automl training now supports numpy version 1.8.
30+
+ **azureml-contrib-automl-dnn-forecasting**
31+
+ Fixed a bug in the TCNForecaster model where not all training data would be used when cross-validation settings were provided.
32+
+ TCNForecaster wrapper's forecast method that was corrupting inference-time predictions. Also fixed an issue where the forecast method would not use the most recent context data in train-valid scenarios.
33+
+ **azureml-interpret**
34+
+ For azureml-interpret package, remove shap pin with packaging update. Remove numba and numpy pin after CE env update.
35+
+ **azureml-responsibleai**
36+
+ azureml-responsibleai package to raiwidgets and responsibleai 0.17.0 release
37+
+ **azureml-synapse**
38+
+ Fix the issue that magic widget is disappeared.
39+
+ **azureml-train-automl-runtime**
40+
+ Updating AutoML dependencies to support python 3.8. This change will break compatibility with models trained with SDK 1.37 or below due to newer Pandas interfaces being saved in the model.
41+
+ Automl training now supports numpy version 1.19
42+
+ Fix automl reset index logic for ensemble models in automl_setup_model_explanations API
43+
+ In automl, use lightgbm surrogate model instead of linear surrogate model for sparse case after latest lightgbm version upgrade
44+
+ All internal intermediate artifacts that are produced by AutoML are now stored transparently on the parent run (instead of being sent to the default workspace blob store). Users should be able to see the artifacts that AutoML generates under the 'outputs/` directory on the parent run.
45+
46+
2147
## 2022-01-24
2248

2349
### Azure Machine Learning SDK for Python v1.38.0

0 commit comments

Comments
 (0)