Skip to content

Commit bd3b7c0

Browse files
authored
Merge pull request #185303 from raja7592/master
AzureML Python SDK 1.38.0  Release Notes
2 parents 508bcc8 + 2359053 commit bd3b7c0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,38 @@ In this article, learn about Azure Machine Learning Python SDK releases. For th
1717

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`
20+
21+
## 2022-01-24
22+
23+
### Azure Machine Learning SDK for Python v1.38.0
24+
+ **azureml-automl-core**
25+
+ Tabnet Regressor and Tabnet Classifier support in AutoML
26+
+ Saving data transformer in parent run outputs, which can be reused to produce same featurized dataset which was used during the experiment run
27+
+ Supporting getting primary metrics for Forecasting task in get_primary_metrics API.
28+
+ Renamed second optional parameter in v2 scoring scripts as GlobalParameters
29+
+ **azureml-automl-dnn-vision**
30+
+ Added the scoring metrics in the metrics UI
31+
+ **azureml-automl-runtime**
32+
+ Bug fix for cases where the algorithm name for NimbusML models may show up as empty strings, either on the ML Studio, or on the console outputs.
33+
+ **azureml-core**
34+
+ Added parameter blobfuse_enabled in azureml.core.webservice.aks.AksWebservice.deploy_configuration. When this parameter is true, models and scoring files will be downloaded with blobfuse instead of the blob storage API.
35+
+ **azureml-interpret**
36+
+ Updated azureml-interpret to interpret-community 0.24.0
37+
+ In azureml-interpret update scoring explainer to support latest version of lightgbm with sparse TreeExplainer
38+
+ Update azureml-interpret to interpret-community 0.23.*
39+
+ **azureml-pipeline-core**
40+
+ Add note in pipelinedata, recommend user to use pipeline output dataset instead.
41+
+ **azureml-pipeline-steps**
42+
+ Add `environment_variables` to ParallelRunConfig, runtime environment variables can be passed by this parameter and will be set on the process where the user script is executed.
43+
+ **azureml-train-automl-client**
44+
+ Tabnet Regressor and Tabnet Classifier support in AutoML
45+
+ **azureml-train-automl-runtime**
46+
+ Saving data transformer in parent run outputs, which can be reused to produce same featurized dataset which was used during the experiment run
47+
+ **azureml-train-core**
48+
+ Enable support for early termination for Bayesian Optimization in Hyperdrive
49+
+ Bayesian and GridParameterSampling objects can now pass on properties
50+
51+
2052
## 2021-12-13
2153

2254
### Azure Machine Learning SDK for Python v1.37.0

0 commit comments

Comments
 (0)