Skip to content

Commit 03b6a20

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 8d366d7 commit 03b6a20

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ AutoML supports scikit-learn version 1.5.1
5151
+ **azureml-interpret**
5252
+ updated azureml-interpret package to interpret-community 0.30.*
5353
+ **azureml-mlflow**
54-
+ feat: Add `AZUREML_BLOB_MAX_SINGLE_PUT_SIZE` to control the size in bytes of upload chunks. Lowering this from the default (`64*1024*1024` i.e 64MB) can remedy issues where write operations fail due to time outs.
54+
+ feat: Add `AZUREML_BLOB_MAX_SINGLE_PUT_SIZE` to control the size in bytes of upload chunks. Lowering this from the default (`64*1024*1024` that is 64MB) can remedy issues where write operations fail due to time outs.
5555
+ Support for uploading and downloading models from AzureML registries is currently experimental
5656
+ Adding support for users that want to download or upload model from AML registries
5757

@@ -898,7 +898,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
898898
+ **azureml-contrib-interpret**
899899
+ azureml-contrib-interpret README is updated to reflect that package will be removed in next update after being deprecated since October, use azureml-interpret package instead
900900
+ **azureml-core**
901-
+ Previously, it was possible to create a provisioning configuration with the minimum node count less than the maximum node count. This has now been fixed. If you now try to create a provisioning configuration with `min_nodes < max_nodes` the SDK will raises a `ComputeTargetException`.
901+
+ Previously, it was possible to create a provisioning configuration with the minimum node count less than the maximum node count. This has now been fixed. If you now try to create a provisioning configuration with `min_nodes < max_nodes` the SDK will raise a `ComputeTargetException`.
902902
+ Fixes bug in wait_for_completion in AmlCompute, which caused the function to return control flow before the operation was actually complete
903903
+ Run.fail() is now deprecated, use Run.tag() to mark run as failed or use Run.cancel() to mark the run as canceled.
904904
+ Show error message 'Environment name expected str, {} found' when provided environment name isn't a string.
@@ -924,7 +924,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
924924
+ allowed_failed_count - the number of allowed failed mini batches;
925925
+ allowed_failed_percent- the percent of allowed failed mini batches.
926926

927-
A job stops if exceeds any of them. error_threshold is required to keep it backward compatibility. Set the value to -1 to ignore it.
927+
A job stops if it exceeds any of them. error_threshold is required to keep it backward compatibility. Set the value to -1 to ignore it.
928928
+ Fixed whitespace handling in AutoMLStep name.
929929
+ ScriptRunConfig is now supported by HyperDriveStep
930930
+ **azureml-train-core**
@@ -938,7 +938,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
938938
## 2021-01-31
939939
### Azure Machine Learning studio Notebooks Experience (January Update)
940940
+ **New features**
941-
+ Native Markdown Editor in Azure Machine Learning. Users can now render and edit markdown files natively in Azure Machine Learning Studio.
941+
+ Native Markdown Editor in Azure Machine Learning. Users can now render and edit markdown files natively in Azure Machine Learning studio.
942942
+ [Run Button for Scripts (.py, .R and .sh)](../how-to-run-jupyter-notebooks.md#run-a-notebook-or-python-script). Users can easily now run Python, R and Bash script in Azure Machine Learning
943943
+ [Variable Explorer](../how-to-run-jupyter-notebooks.md#explore-variables-in-the-notebook). Explore the contents of variables and data frames in a pop-up panel. Users can easily check data type, size, and contents.
944944
+ [Table of Content](../how-to-run-jupyter-notebooks.md#navigate-with-a-toc). Navigate to sections of your notebook, indicated by Markdown headers.
@@ -1507,7 +1507,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
15071507
+ Removed the ability to specify `enable_cache` as part of AutoMLConfig
15081508
+ **azureml-train-automl-runtime**
15091509
+ Added limited availability of multi-noded, multi-gpu distributed featurization with BERT.
1510-
+ Added error handling for incompatible packages in ADB based automated machine learning runs.
1510+
+ Added error handling for incompatible packages in ADB based automated machine Learning runs.
15111511
+ **azureml-widgets**
15121512
+ Doc updates to azureml-widgets.
15131513

@@ -1608,7 +1608,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
16081608
+ Enabling explanations for AutoML Prophet and ensemble models that contain Prophet model.
16091609
+ A recent customer issue revealed a live-site bug wherein we log messages along Class-Balancing-Sweeping even when the Class Balancing logic isn't properly enabled. Removing those logs/messages with this PR.
16101610
+ **azureml-cli-common**
1611-
+ Completed the removal of model profiling from mir contrib by cleaning up CLI commands and package dependencies, Model profiling is available in core.
1611+
+ Completed the removal of model profiling from mir contrib by cleaning up CLI commands and package dependencies. Model profiling is available in core.
16121612
+ **azureml-contrib-reinforcementlearning**
16131613
+ Load testing tool
16141614
+ **azureml-core**
@@ -1998,7 +1998,7 @@ Access the following web-based authoring tools from the studio:
19981998
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
19991999
+ Fixed a bug where failed child runs could get stuck in Running state.
20002000
+ Increased speed of featurization.
2001-
+ Fixed the frequency check during scoring, now the forecasting tasks do not require strict frequency equivalence between train and test set.
2001+
+ Fixed the frequency check during scoring. Now the forecasting tasks do not require strict frequency equivalence between train and test set.
20022002
+ Changed the input of the constructor to take a list of options to apply the imputation options for corresponding columns.
20032003
+ Fixed errors related to lag type selection.
20042004
+ Fixed the unclassified error raised on the data sets, having grains with the single row
@@ -2145,7 +2145,7 @@ Access the following web-based authoring tools from the studio:
21452145
+ **Bug fixes and improvements**
21462146
+ **azureml-automl-runtime**
21472147
+ Increased speed of featurization.
2148-
+ Fixed the frequency check during scoring, now in the forecasting tasks we do not require strict frequency equivalence between train and test set.
2148+
+ Fixed the frequency check during scoring. Now in the forecasting tasks we do not require strict frequency equivalence between train and test set.
21492149
+ **azureml-core**
21502150
+ User may now specify a value for the auth key when regenerating keys for webservices.
21512151
+ **azureml-interpret**
@@ -2541,7 +2541,7 @@ Azure Machine Learning is now a resource provider for Event Grid, you can config
25412541
+ Creating an Experiment object gets or creates the experiment in the Azure Machine Learning workspace for run history tracking. The experiment ID and archived time are populated in the Experiment object on creation. Example: experiment = Experiment(workspace, "New Experiment") experiment_id = experiment.id archive() and reactivate() are functions that can be called on an experiment to hide and restore the experiment from being shown in the UX or returned by default in a call to list experiments. If a new experiment is created with the same name as an archived experiment, you can rename the archived experiment when reactivating by passing a new name. There can only be one active experiment with a given name. Example: experiment1 = Experiment(workspace, "Active Experiment") experiment1.archive() # Create new active experiment with the same name as the archived. experiment2. = Experiment(workspace, "Active Experiment") experiment1.reactivate(new_name="Previous Active Experiment") The static method list() on Experiment can take a name filter and ViewType filter. ViewType values are "ACTIVE_ONLY", "ARCHIVED_ONLY" and "ALL" Example: archived_experiments = Experiment.list( workspace, view_type="ARCHIVED_ONLY") all_first_experiments = Experiment.list(workspace, name="First Experiment", view_type="ALL")
25422542
+ Support using environment for model deployment, and service update
25432543
+ **azureml-datadrift**
2544-
+ The show attribute of DataDriftDector class don't support optional argument 'with_details' anymore. The show attribute only presents data drift coefficient and data drift contribution of feature columns.
2544+
+ The show attribute of DataDriftDector class doesn't support optional argument 'with_details' anymore. The show attribute only presents data drift coefficient and data drift contribution of feature columns.
25452545
+ DataDriftDetector attribute 'get_output' behavior changes:
25462546
+ Input parameter start_time, end_time are optional instead of mandatory;
25472547
+ Input specific start_time and/or end_time with a specific run_id in the same invoking results in value error exception because they are mutually exclusive

0 commit comments

Comments
 (0)