You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/azure-machine-learning-release-notes.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ AutoML supports scikit-learn version 1.5.1
51
51
+**azureml-interpret**
52
52
+ updated azureml-interpret package to interpret-community 0.30.*
53
53
+**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.
55
55
+ Support for uploading and downloading models from AzureML registries is currently experimental
56
56
+ Adding support for users that want to download or upload model from AML registries
57
57
@@ -898,7 +898,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
898
898
+**azureml-contrib-interpret**
899
899
+ 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
900
900
+**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`.
902
902
+ Fixes bug in wait_for_completion in AmlCompute, which caused the function to return control flow before the operation was actually complete
903
903
+ Run.fail() is now deprecated, use Run.tag() to mark run as failed or use Run.cancel() to mark the run as canceled.
904
904
+ 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
924
924
+ allowed_failed_count - the number of allowed failed mini batches;
925
925
+ allowed_failed_percent- the percent of allowed failed mini batches.
926
926
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.
928
928
+ Fixed whitespace handling in AutoMLStep name.
929
929
+ ScriptRunConfig is now supported by HyperDriveStep
930
930
+**azureml-train-core**
@@ -938,7 +938,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
938
938
## 2021-01-31
939
939
### Azure Machine Learning studio Notebooks Experience (January Update)
940
940
+**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.
942
942
+[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
943
943
+[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.
944
944
+[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)
1507
1507
+ Removed the ability to specify `enable_cache` as part of AutoMLConfig
1508
1508
+**azureml-train-automl-runtime**
1509
1509
+ 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.
1511
1511
+**azureml-widgets**
1512
1512
+ Doc updates to azureml-widgets.
1513
1513
@@ -1608,7 +1608,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1608
1608
+ Enabling explanations for AutoML Prophet and ensemble models that contain Prophet model.
1609
1609
+ 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.
1610
1610
+**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.
1612
1612
+**azureml-contrib-reinforcementlearning**
1613
1613
+ Load testing tool
1614
1614
+**azureml-core**
@@ -1998,7 +1998,7 @@ Access the following web-based authoring tools from the studio:
1998
1998
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
1999
1999
+ Fixed a bug where failed child runs could get stuck in Running state.
2000
2000
+ 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.
2002
2002
+ Changed the input of the constructor to take a list of options to apply the imputation options for corresponding columns.
2003
2003
+ Fixed errors related to lag type selection.
2004
2004
+ 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:
2145
2145
+**Bug fixes and improvements**
2146
2146
+**azureml-automl-runtime**
2147
2147
+ 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.
2149
2149
+**azureml-core**
2150
2150
+ User may now specify a value for the auth key when regenerating keys for webservices.
2151
2151
+**azureml-interpret**
@@ -2541,7 +2541,7 @@ Azure Machine Learning is now a resource provider for Event Grid, you can config
2541
2541
+ 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")
2542
2542
+ Support using environment for model deployment, and service update
2543
2543
+**azureml-datadrift**
2544
-
+ The show attribute of DataDriftDector classdon'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 classdoesn't support optional argument 'with_details' anymore. The show attribute only presents data drift coefficient and data drift contribution of feature columns.
+ Input parameter start_time, end_time are optional instead of mandatory;
2547
2547
+ 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