Skip to content

Commit 0840c66

Browse files
authored
Merge pull request #101780 from changeworld/patch-1
Fix typo
2 parents 451ed7f + b5c5d5f commit 0840c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
4040
+ **azureml-contrib-automl-dnn-forecasting**
4141
+ 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
4242
+ **azureml-core**
43-
+ Added deprecation warning when inference customers use CLI/SDK v1 model deployment APIs to deploy models and also when python version is 3.6 and less.
43+
+ Added deprecation warning when inference customers use CLI/SDK v1 model deployment APIs to deploy models and also when Python version is 3.6 and less.
4444
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows:
45-
+ Default - displays the warning when customer uses python 3.6 and less and for cli/sdk v1.
45+
+ Default - displays the warning when customer uses Python 3.6 and less and for cli/sdk v1.
4646
+ `True` - displays the sdk v1 deprecation warning on azureml-sdk packages.
4747
+ `False` - disables the sdk v1 deprecation warning on azureml-sdk packages.
4848
+ Command to be executed to set the environment variable to disable the deprecation message:

0 commit comments

Comments
 (0)