Skip to content

Commit 57b784d

Browse files
authored
Merge pull request #202250 from v-pbavanari/main
AzureML SDK 1.43 06/27 release notes
2 parents 26a069e + 8545f86 commit 57b784d

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: event-tier1-build-2022
99
ms.topic: reference
1010
ms.author: larryfr
1111
author: BlackMist
12-
ms.date: 04/25/2022
12+
ms.date: 06/27/2022
1313
---
1414

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

22+
## 2022-06-27
23+
24+
+ **azureml-automl-dnn-nlp**
25+
+ Remove duplicate labels column from multi-label predictions
26+
+ **azureml-contrib-automl-pipeline-steps**
27+
+ Many Models now provides the capability to generate prediction output in csv format as well. - Many Models prediction will now include column names in the output file in case of **csv** file format.
28+
+ **azureml-core**
29+
+ ADAL authentication is now deprecated and all authentication classes now use MSAL authentication. Please install azure-cli>=2.30.0 to utilize MSAL based authentication when using AzureCliAuthentication class.
30+
+ Added fix to force environment registration when `Environment.build(workspace)`. The fix solves confusion of the latest environment built instead of the asked one when environment is cloned or inherited from another instance.
31+
+ SDK warning message to restart Compute Instance before May 31, 2022, if it was created before September 19, 2021
32+
+ **azureml-interpret**
33+
+ Updated azureml-interpret package to interpret-community 0.26.*
34+
+ In the azureml-interpret package, add ability to get raw and engineered feature names from scoring explainer. Also, add example to the scoring notebook to get feature names from the scoring explainer and add documentation about raw and engineered feature names.
35+
+ **azureml-mlflow**
36+
+ azureml-core as a dependency of azureml-mlflow has been removed. - MLflow projects and local deployments will require azureml-core and needs to be installed separately.
37+
+ Adding support for creating endpoints and deploying to them via the MLflow client plugin.
38+
+ **azureml-responsibleai**
39+
+ Updated azureml-responsibleai package and environment images to latest responsibleai and raiwidgets 0.19.0 release
40+
+ **azureml-train-automl-client**
41+
+ Now OutputDatasetConfig is supported as the input of the MM/HTS pipeline builder. The mappings are: 1) OutputTabularDatasetConfig -> treated as unpartitioned tabular dataset. 2) OutputFileDatasetConfig -> treated as filed dataset.
42+
+ **azureml-train-automl-runtime**
43+
+ Added data validation that requires the number of minority class samples in the dataset to be at least as much as the number of CV folds requested.
44+
+ Automatic cross-validation parameter configuration is now available for automl forecasting tasks. Users can now specify "auto" for n_cross_validations and cv_step_size or leave them empty, and automl will provide those configurations base on your data. However, currently this feature is not supported when TCN is enabled.
45+
+ Forecasting Parameters in Many Models and Hierarchical Time Series can now be passed via object rather than using individual parameters in dictionary.
46+
+ Enabled forecasting model endpoints with quantiles support to be consumed in PowerBI.
47+
+ Updated automl scipy dependency upper bound to 1.5.3 from 1.5.2
48+
2249
## 2022-04-25
2350

2451
### Azure Machine Learning SDK for Python v1.41.0

0 commit comments

Comments
 (0)