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/app-service/monitor-instances-health-check.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ In addition to configuring the Health check options, you can also configure the
54
54
55
55
Health check integrates with App Service's [authentication and authorization features](overview-authentication-authorization.md). No additional settings are required if these security features are enabled.
56
56
57
-
If you're using your own authentication system, the Health check path must allow anonymous access. To secure the Health check endpoint, you should first use features such as [IP restrictions](app-service-ip-restrictions.md#set-an-ip-address-based-rule), [client certificates](app-service-ip-restrictions.md#set-an-ip-address-based-rule), or a Virtual Network to restrict application access. You can secure the Health check endpoint by requiring the `User-Agent` of the incoming request matches `HealthCheck/1.0`. The User-Agent can't be spoofed since the request would already secured by prior security features.
57
+
If you're using your own authentication system, the Health check path must allow anonymous access. To secure the Health check endpoint, you should first use features such as [IP restrictions](app-service-ip-restrictions.md#set-an-ip-address-based-rule), [client certificates](app-service-ip-restrictions.md#set-an-ip-address-based-rule), or a Virtual Network to restrict application access. You can secure the Health check endpoint by requiring the `User-Agent` of the incoming request matches `HealthCheck/1.0`. The User-Agent can't be spoofed since the request would already be secured by prior security features.
Copy file name to clipboardExpand all lines: articles/machine-learning/azure-machine-learning-release-notes.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
37
37
+**azureml-synapse**
38
38
+ Fix the issue that magic widget is disappeared.
39
39
+**azureml-train-automl-runtime**
40
-
+ Updating AutoML dependencies to support python 3.8. This change will break compatibility with models trained with SDK 1.37 or below due to newer Pandas interfaces being saved in the model.
40
+
+ Updating AutoML dependencies to support Python 3.8. This change will break compatibility with models trained with SDK 1.37 or below due to newer Pandas interfaces being saved in the model.
41
41
+ Automl training now supports numpy version 1.19
42
42
+ Fix automl reset index logic for ensemble models in automl_setup_model_explanations API
43
43
+ In automl, use lightgbm surrogate model instead of linear surrogate model for sparse case after latest lightgbm version upgrade
@@ -1092,7 +1092,7 @@ Learn more about [image instance segmentation labeling](how-to-label-data.md).
1092
1092
+ Throw exception and clean up workspace and dependent resources if workspace private endpoint creation fails.
1093
1093
+ Support workspace sku upgrade in workspace update method.
1094
1094
+**azureml-datadrift**
1095
-
+ Update matplotlib version from 3.0.2 to 3.2.1 to support python 3.8.
1095
+
+ Update matplotlib version from 3.0.2 to 3.2.1 to support Python 3.8.
1096
1096
+**azureml-dataprep**
1097
1097
+ Added support of web url data sources with `Range` or `Head` request.
1098
1098
+ Improved stability for file dataset mount and download.
@@ -1460,7 +1460,7 @@ Learn more about [image instance segmentation labeling](how-to-label-data.md).
1460
1460
+**azureml-datadrift**
1461
1461
+ Data Drift results query from the SDK had a bug that didn't differentiate the minimum, maximum, and mean feature metrics, resulting in duplicate values. We have fixed this bug by prefixing target or baseline to the metric names. Before: duplicate min, max, mean. After: target_min, target_max, target_mean, baseline_min, baseline_max, baseline_mean.
1462
1462
+**azureml-dataprep**
1463
-
+ Improve handling of write restricted python environments when ensuring .NET Dependencies required for data delivery.
1463
+
+ Improve handling of write restricted Python environments when ensuring .NET Dependencies required for data delivery.
1464
1464
+ Fixed Dataflow creation on file with leading empty records.
1465
1465
+ Added error handling options for `to_partition_iterator` similar to `to_pandas_dataframe`.
1466
1466
+**azureml-interpret**
@@ -1591,7 +1591,7 @@ Access the following web-based authoring tools from the studio:
1591
1591
### Azure Machine Learning SDK for Python v1.2.0
1592
1592
1593
1593
+**Breaking changes**
1594
-
+ Drop support for python 2.7
1594
+
+ Drop support for Python 2.7
1595
1595
1596
1596
+**Bug fixes and improvements**
1597
1597
+**azure-cli-ml**
@@ -1623,7 +1623,7 @@ Access the following web-based authoring tools from the studio:
1623
1623
1624
1624
+**Feature deprecation**
1625
1625
+**Python 2.7**
1626
-
+ Last version to support python 2.7
1626
+
+ Last version to support Python 2.7
1627
1627
1628
1628
+**Breaking changes**
1629
1629
+**Semantic Versioning 2.0.0**
@@ -1827,7 +1827,7 @@ Access the following web-based authoring tools from the studio:
1827
1827
+**azureml-contrib-interpret**
1828
1828
+ Removed text explainers from azureml-contrib-interpret as text explanation has been moved to the interpret-text repo that will be released soon.
1829
1829
+**azureml-core**
1830
-
+ Dataset: usages for file dataset no longer depend on numpy and pandas to be installed in the python env.
1830
+
+ Dataset: usages for file dataset no longer depend on numpy and pandas to be installed in the Python env.
1831
1831
+ Changed LocalWebservice.wait_for_deployment() to check the status of the local Docker container before trying to ping its health endpoint, greatly reducing the amount of time it takes to report a failed deployment.
1832
1832
+ Fixed the initialization of an internal property used in LocalWebservice.reload() when the service object is created from an existing deployment using the LocalWebservice() constructor.
1833
1833
+ Edited error message for clarification.
@@ -2364,7 +2364,7 @@ The Experiment tab in the [new workspace portal](https://ml.azure.com) has been
2364
2364
+Exception will be thrown out when either coarse grain or fine grained timestamp column isnot included in keep columns listwith indication for user that keeping can be done after either including timestamp column in keep column listor call with_time_stamp withNone value to release timestamp columns.
2365
2365
+ Added logging for the size of a registered model.
2366
2366
+**azureml-explain-model**
2367
-
+ Fixed warning printed to console when "packaging"python package isnot installed: "Using older than supported version of lightgbm, please upgrade to version greater than 2.2.1"
2367
+
+ Fixed warning printed to console when "packaging"Python package isnot installed: "Using older than supported version of lightgbm, please upgrade to version greater than 2.2.1"
2368
2368
+ Fixed download model explanation with sharding forglobal explanations with many features
2369
2369
+ Fixed mimic explainer missing initialization examples on output explanation
2370
2370
+ Fixed immutable error on set properties when uploading with explanation client using two different types of models
@@ -2464,7 +2464,7 @@ At the time, of this release, the following browsers are supported: Chrome, Fire
2464
2464
+**azureml-pipeline-core**
2465
2465
+ Added support to create, update, and use PipelineDrafts - can be used to maintain mutable pipeline definitions and use them interactively to run
2466
2466
+**azureml-train-automl**
2467
-
+ Created feature to install specific versions of gpu-capable pytorch v1.1.0, :::no-loc text="cuda"::: toolkit 9.0, pytorch-transformers, which is required to enable BERT/ XLNet in the remote python runtime environment.
2467
+
+ Created feature to install specific versions of gpu-capable pytorch v1.1.0, :::no-loc text="cuda"::: toolkit 9.0, pytorch-transformers, which is required to enable BERT/ XLNet in the remote Python runtime environment.
2468
2468
+**azureml-train-core**
2469
2469
+ Early failure of some hyperparameter space definition errors directly in the sdk instead of server side.
2470
2470
@@ -2511,9 +2511,9 @@ At the time, of this release, the following browsers are supported: Chrome, Fire
2511
2511
+ Improve reliability of API calls be expanding retries to common requests library exceptions.
2512
2512
+ Add support for submitting runs from a submitted run.
2513
2513
+ Fixed expiring SAS token issue in FileWatcher, which caused files to stop being uploaded after their initial token had expired.
2514
-
+ Supported importing HTTP csv/tsv files in dataset pythonSDK.
2514
+
+ Supported importing HTTP csv/tsv files in dataset PythonSDK.
2515
2515
+ Deprecated the Workspace.setup() method. Warning message shown to users suggests using create() or get()/from_config() instead.
2516
-
+ Added Environment.add_private_pip_wheel(), which enables uploading private custom python packages `whl`to the workspace and securely using them to build/materialize the environment.
2516
+
+ Added Environment.add_private_pip_wheel(), which enables uploading private custom Python packages `whl`to the workspace and securely using them to build/materialize the environment.
2517
2517
+ You can now update the TLS/SSL certificate for the scoring endpoint deployed on AKS cluster both for Microsoft generated and customer certificate.
2518
2518
+**azureml-explain-model**
2519
2519
+ Added parameter to add a model ID to explanations on upload.
Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference/designer-error-codes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1594,7 +1594,7 @@ To get more help, we recommend that you post the detailed message that accompani
1594
1594
1595
1595
## Execute Python Script component
1596
1596
1597
-
Search **in azureml_main** in **70_driver_logs** of **Execute Python Script component** and you could find which line occurred error. For example, "File "/tmp/tmp01_ID/user_script.py", line 17, in azureml_main" indicates that the error occurred in the 17 line of your python script.
1597
+
Search **in azureml_main** in **70_driver_logs** of **Execute Python Script component** and you could find which line occurred error. For example, "File "/tmp/tmp01_ID/user_script.py", line 17, in azureml_main" indicates that the error occurred in the 17 line of your Python script.
Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference/execute-python-script.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ The Execute Python Script component contains sample Python code that you can use
199
199
> [!IMPORTANT]
200
200
> Please use unique and meaningful name for files in the script bundle since some common words (like `test`, `app` and etc) are reserved for built-in services.
201
201
202
-
Following is a script bundle example, which contains a python script file and a txt file:
202
+
Following is a script bundle example, which contains a Python script file and a txt file:
@@ -221,7 +221,7 @@ The Execute Python Script component contains sample Python code that you can use
221
221
# Execution logic goes here
222
222
print(f'Input pandas.DataFrame #1: {dataframe1}')
223
223
224
-
# Test the custom defined python function
224
+
# Test the custom defined Python function
225
225
dataframe1 = my_func(dataframe1)
226
226
227
227
# Test to read custom uploaded files by relative path
@@ -257,7 +257,7 @@ The Execute Python Script component contains sample Python code that you can use
257
257
258
258
If the component is completed, check the output ifas expected.
259
259
260
-
If the component is failed, you need to do some troubleshooting. Select the component, andopen**Outputs+logs**in the right pane. Open **70_driver_log.txt**and search **in azureml_main**, then you could find which line caused the error. For example, "File "/tmp/tmp01_ID/user_script.py", line 17, in azureml_main" indicates that the error occurred in the 17 line of your python script.
260
+
If the component is failed, you need to do some troubleshooting. Select the component, andopen**Outputs+logs**in the right pane. Open **70_driver_log.txt**and search **in azureml_main**, then you could find which line caused the error. For example, "File "/tmp/tmp01_ID/user_script.py", line 17, in azureml_main" indicates that the error occurred in the 17 line of your Python script.
After you're done wrangling your data, you can [register](#register-datasets) your dataset, and then load it into your notebook for data exploration prior to model training.
298
298
299
-
For FileDatasets, you can either **mount** or **download** your dataset, and apply the python libraries you'd normally use for data exploration. [Learn more about mount vs download](how-to-train-with-datasets.md#mount-vs-download).
299
+
For FileDatasets, you can either **mount** or **download** your dataset, and apply the Python libraries you'd normally use for data exploration. [Learn more about mount vs download](how-to-train-with-datasets.md#mount-vs-download).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-designer-python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This article uses the sample dataset, **Automobile price data (Raw)**.
40
40
41
41
1. Connect the output port of the dataset to the top-left input port of the **Execute Python Script** component. The designer exposes the input as a parameter to the entry point script.
42
42
43
-
The right input port is reserved for zipped python libraries.
43
+
The right input port is reserved for zipped Python libraries.
0 commit comments