Skip to content

Commit 50ff663

Browse files
authored
Merge pull request #111145 from harneetvirk/master
AzureML Python SDK 2020-04-13 Release Notes
2 parents 92ca9a3 + 2b9f1d1 commit 50ff663

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,54 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
1717

1818
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
1919

20+
## 2020-04-13
21+
22+
### Azure Machine Learning SDK for Python v1.3.0
23+
24+
+ **Bug fixes and improvements**
25+
+ **azureml-automl-core**
26+
+ Added additional telemetry around post-training operations.
27+
+ Speeds up automatic ARIMA training by using conditional sum of squares (CSS) training for series of length longer than 100. Note that the length used is stored as the constant ARIMA_TRIGGER_CSS_TRAINING_LENGTH w/in the TimeSeriesInternal class at /src/azureml-automl-core/azureml/automl/core/shared/constants.py
28+
+ The user logging of forecasting runs was improved, now more information on what phase is currently running will be shown in the log
29+
+ Disallowed target_rolling_window_size to be set to values less then 2
30+
+ **azureml-automl-runtime**
31+
+ Improved the error message shown when duplicated timestamps are found.
32+
+ Disallowed target_rolling_window_size to be set to values less then 2.
33+
+ Fixed the lag imputation failure. The issue was caused by the insufficient number of observations needed to seasonally decompose a series. The "de-seasonalized" data is used to compute a partial autocorrelation function (PACF) to determine the lag length.
34+
+ Enabled column purpose featurization customization for forecasting tasks by featurization config. Numerical and Categorical as column purpose for forecasting tasks are now supported.
35+
+ Enabled drop column featurization customization for forecasting tasks by featurization config.
36+
+ Enabled imputation customization for forecasting tasks by featurization config. Constant value imputation for target column and mean, median, most_frequent and constant value imputation for training data are now supported.
37+
+ **azureml-contrib-pipeline-steps**
38+
+ Accept string compute names to be passed to ParallelRunConfig
39+
+ **azureml-core**
40+
+ Added Environment.clone(new_name) API to create a copy of Environment object
41+
+ Environment.docker.base_dockerfile accepts filepath. If able to resolve a file, the content will be read into base_dockerfile environment property
42+
+ Automatically reset mutually exclusive values for base_image and base_dockerfile when user manually sets a value in Environment.docker
43+
+ Dataset: fixed dataset download failure if data path containing unicode characters
44+
+ Dataset: improved dataset mount caching mechanism to respect the minimum disk space requirement in Azure Machine Learning Compute, which avoids making the node unusable and causing the job to be canceled
45+
+ Added user_managed flag in RSection which indicates whether the environment is managed by user or by AzureML.
46+
+ Dataset: we add an index for the timeseries column when you access a timeseries dataset as a pandas dataframes, which is used to speed up access to timeseries based data access. Previously, the index was given the same name as the timestamp column, confusing users about which is the actual timestamp column and which is the index. We now don’t give any specific name to the index since it should not be used as a column.
47+
+ **azureml-dataprep**
48+
+ Fixed dataset authentication issue in sovereign cloud
49+
+ Fixed `Dataset.to_spark_dataframe` failure for datasets created from Azure PostgreSQL datastores
50+
+ **azureml-interpret**
51+
+ Added global scores to visualization if local importance values are sparse
52+
+ Updated azureml-interpret to use interpret-community 0.9.*
53+
+ Fixed issue with downloading explanation that had sparse evaluation data
54+
+ Added support of sparse format of the explanation object in AutoML
55+
+ **azureml-pipeline-core**
56+
+ Support ComputeInstance as compute target in pipelines
57+
+ **azureml-train-automl-client**
58+
+ Added additional telemetry around post-training operations.
59+
+ Fixed the regression in early stopping
60+
+ Deprecated azureml.dprep.Dataflow as a valid type for input data.
61+
+ Changing default AutoML experiment timeout to 6 days.
62+
+ **azureml-train-automl-runtime**
63+
+ Added additional telemetry around post-training operations.
64+
+ added sparse automl e2e support
65+
+ **azureml-opendatasets**
66+
+ Added additional telemetry for service monitor.
67+
+ Enable frontdoor for blob to increase stability
2068
## 2020-03-23
2169

2270
### Azure Machine Learning SDK for Python v1.2.0

0 commit comments

Comments
 (0)