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
+ Remove duplicate labels column from multi-label predictions
26
+
+**azureml-contrib-automl-pipeline-steps**
27
+
+ Many Models now provides the capability to generate prediction output in csv format as well. - Many Models prediction will now include column names in the output file in case of **csv** file format.
28
+
+**azureml-core**
29
+
+ ADAL authentication is now deprecated and all authentication classes now use MSAL authentication. Please install azure-cli>=2.30.0 to utilize MSAL based authentication when using AzureCliAuthentication class.
30
+
+ Added fix to force environment registration when `Environment.build(workspace)`. The fix solves confusion of the latest environment built instead of the asked one when environment is cloned or inherited from another instance.
31
+
+ SDK warning message to restart Compute Instance before May 31, 2022, if it was created before September 19, 2021
32
+
+**azureml-interpret**
33
+
+ Updated azureml-interpret package to interpret-community 0.26.*
34
+
+ In the azureml-interpret package, add ability to get raw and engineered feature names from scoring explainer. Also, add example to the scoring notebook to get feature names from the scoring explainer and add documentation about raw and engineered feature names.
35
+
+**azureml-mlflow**
36
+
+ azureml-core as a dependency of azureml-mlflow has been removed. - MLflow projects and local deployments will require azureml-core and needs to be installed separately.
37
+
+ Adding support for creating endpoints and deploying to them via the MLflow client plugin.
38
+
+**azureml-responsibleai**
39
+
+ Updated azureml-responsibleai package and environment images to latest responsibleai and raiwidgets 0.19.0 release
40
+
+**azureml-train-automl-client**
41
+
+ Now OutputDatasetConfig is supported as the input of the MM/HTS pipeline builder. The mappings are: 1) OutputTabularDatasetConfig -> treated as unpartitioned tabular dataset. 2) OutputFileDatasetConfig -> treated as filed dataset.
42
+
+**azureml-train-automl-runtime**
43
+
+ Added data validation that requires the number of minority class samples in the dataset to be at least as much as the number of CV folds requested.
44
+
+ Automatic cross-validation parameter configuration is now available for automl forecasting tasks. Users can now specify "auto" for n_cross_validations and cv_step_size or leave them empty, and automl will provide those configurations base on your data. However, currently this feature is not supported when TCN is enabled.
45
+
+ Forecasting Parameters in Many Models and Hierarchical Time Series can now be passed via object rather than using individual parameters in dictionary.
46
+
+ Enabled forecasting model endpoints with quantiles support to be consumed in PowerBI.
47
+
+ Updated automl scipy dependency upper bound to 1.5.3 from 1.5.2
0 commit comments