Skip to content

Commit 6e53ec5

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 3e3c2c5 commit 6e53ec5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
2323
## 2022-09-26
2424

2525
### Azure Machine Learning SDK for Python v1.46.0
26-
+ **azureml-automl-core**
27-
+ Many Models now supports rolling forecast for inferencing.
28-
+ Support to return top `N` models in Many models scenario.
2926
+ **azureml-automl-dnn-nlp**
3027
+ Customers will no longer be allowed to specify a line in CoNLL which only comprises with a token. The line must always either be an empty newline or one with exactly one token followed by exactly one space followed by exactly one label.
3128
+ **azureml-contrib-automl-dnn-forecasting**
3229
+ There is a corner case where samples are reduced to 1 after the cross validation split but sample_size still points to the count before the split and hence batch_size ends up being more than sample count in some cases. In this fix we initialize sample_size after the split
33-
+ **azureml-contrib-automl-pipeline-steps**
34-
+ Many Models now supports rolling forecast for inferencing.
3530
+ **azureml-core**
3631
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows: Default - displays the warning when customer uses python 3.6 and less. `True` - displays the sdk v1 deprecation warning on azureml-sdk packages. `False` - disables the sdk v1 deprecation warning on azureml-sdk packages. Command to be executed to set the environment variable to disable the deprecation message: Windows - setx `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` "False" Linux - export `AZUREML_LOG_DEPRECATION_WARNING_ENABLED`="False"
3732
+ Added deprecation warning when inference customers use CLI/SDK v1 model deployment APIs to deploy models. The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows: - Default - displays the cli/sdk v1 deprecation warning - `True` - displays the cli/sdk v1 deprecation warning - `False` - disables the cli/sdk v1 deprecation warning Command to be executed to set the environment variable to disable the deprecation message: Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"` Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
@@ -42,14 +37,11 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
4237
+ Fix incorrect reuse when using SqlDataReference in DataTransfer step.
4338
+ **azureml-responsibleai**
4439
+ update azureml-responsibleai package and curated images to raiwidgets and responsibleai v0.22.0
45-
+ **azureml-train-automl-client**
46-
+ Support to return top `N` models in Many models scenario.
4740
+ **azureml-train-automl-runtime**
4841
+ Fixed a bug in generated scripts that caused certain metrics to not render correctly in ui.
4942
+ Many Models now supports rolling forecast for inferencing.
5043
+ Support to return top `N` models in Many models scenario.
51-
+ **azureml-training-tabular**
52-
+ Many Models now supports rolling forecast for inferencing.
44+
5345

5446

5547

0 commit comments

Comments
 (0)