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/hdinsight/spark/apache-azure-spark-history-server.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Select the **Data Skew** tab. The corresponding skewed tasks display based on th
158
158
159
159
#### Specify Parameters
160
160
161
-
The **Specify Parameters** section displays the parameters, which are used to detect Data Skew. The default rule is: The task data read is greater than three times of the average task data read, and the task data read is more than 10 MB. If you want to define your own rule for skewed tasks, you can choose your parameters. The **Skewed Stage** and **Skew Char** sections will update accordingly.
161
+
The **Specify Parameters** section displays the parameters, which are used to detect Data Skew. The default rule is: The task data read is greater than three times of the average task data read, and the task data read is more than 10 MB. If you want to define your own rule for skewed tasks, you can choose your parameters. The **Skewed Stage** and **Skew Chart** sections will update accordingly.
162
162
163
163
#### Skewed Stage
164
164
@@ -325,4 +325,4 @@ If you want to upgrade with a hotfix, use the following script, which will upgra
325
325
326
326
## Feedback
327
327
328
-
If you have any feedback or come across any issues when using this tool, send an email to ([[email protected]](mailto:[email protected])).
328
+
If you have any feedback or come across any issues when using this tool, send an email to ([[email protected]](mailto:[email protected])).
Copy file name to clipboardExpand all lines: articles/machine-learning/azure-machine-learning-release-notes.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,43 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
18
18
19
19
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
20
20
21
+
## 2020-01-21
22
+
23
+
### Azure Machine Learning SDK for Python v1.0.85
24
+
25
+
+**New features**
26
+
+**azureml-core**
27
+
+ Get the current core usage and quota limitation for AmlCompute resources in a given workspace and subscription
28
+
29
+
+**azureml-contrib-pipeline-steps**
30
+
+ Enable user to pass tabular dataset as intermediate result from previous step to parallelrunstep
31
+
32
+
+**Bug fixes and improvements**
33
+
+**azureml-automl-runtime**
34
+
+ Removed the requirement of y_query column in the request to the deployed forecasting service.
35
+
+ The 'y_query' was removed from the Dominick's Orange Juice notebook service request section.
36
+
+ Fixed the bug preventing forecasting on the deployed models, operating on data sets with date time columns.
37
+
+ Added Matthews Correlation Coefficient as a classification metric, for both binary and multiclass classification.
38
+
+**azureml-contrib-interpret**
39
+
+ Removed text explainers from azureml-contrib-interpret as text explanation has been moved to the interpret-text repo which will be released soon.
40
+
+**azureml-core**
41
+
+ Dataset: usages for file dataset no longer depends on numpy and pandas to be installed in the python env.
42
+
+ 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.
43
+
+ 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.
44
+
+ Edited error message for clarification.
45
+
+ Added a new method called get_access_token() to AksWebservice that will return AksServiceAccessToken object, which contains access token, refresh after timestamp, expiry on timestamp and token type.
46
+
+ Deprecated existing get_token() method in AksWebservice as the new method returns all of the information this method returns.
47
+
+ Modified output of az ml service get-access-token command. Renamed token to accessToken and refreshBy to refreshAfter. Added expiryOn and tokenType properties.
48
+
+ Fixed get_active_runs
49
+
+**azureml-explain-model**
50
+
+ updated shap to 0.33.0 and interpret-community to 0.4.*
51
+
+**azureml-interpret**
52
+
+ updated shap to 0.33.0 and interpret-community to 0.4.*
53
+
+**azureml-train-automl-runtime**
54
+
+ Added Matthews Correlation Coefficient as a classification metric, for both binary and multiclass classification.
55
+
+ Deprecate preprocess flag from code and replaced with featurization -featurization is on by default
56
+
57
+
21
58
## 2020-01-21
22
59
23
60
### Azure Machine Learning designer generally available (GA)
@@ -39,6 +76,7 @@ The designer is now generally available.
39
76
40
77
+**New features**
41
78
+ Dataset: Add two options `on_error` and `out_of_range_datetime` for `to_pandas_dataframe` to fail when data has error values instead of filling them with `None`.
79
+
+ Workspace: Added the `hbi_workspace` flag for workspaces with sensitive data that enables further encryption and disables advanced diagnostics on workspaces. We also added support for bringing your own keys for the associated Cosmos DB instance, by specifying the `cmk_keyvault` and `resource_cmk_uri` parameters when creating a workspace, which creates a Cosmos DB instance in your subscription while provisioning your workspace. [Read more here.](https://docs.microsoft.com/azure/machine-learning/concept-enterprise-security#azure-cosmos-db)
42
80
43
81
+**Bug fixes and improvements**
44
82
+**azureml-automl-runtime**
@@ -60,7 +98,6 @@ The designer is now generally available.
60
98
+ Corrected alignment on console output for automl runs
61
99
+ Fixed a bug where incorrect version of pandas may be installed on remote amlcompute.
0 commit comments