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
+ Tabnet Regressor and Tabnet Classifier support in AutoML
26
+
+ Saving data transformer in parent run outputs, which can be reused to produce same featurized dataset which was used during the experiment run
27
+
+ Supporting getting primary metrics for Forecasting task in get_primary_metrics API.
28
+
+ Renamed second optional parameter in v2 scoring scripts as GlobalParameters
29
+
+**azureml-automl-dnn-vision**
30
+
+ Added the scoring metrics in the metrics UI
31
+
+**azureml-automl-runtime**
32
+
+ Bug fix for cases where the algorithm name for NimbusML models may show up as empty strings, either on the ML Studio, or on the console outputs.
33
+
+**azureml-core**
34
+
+ Added parameter blobfuse_enabled in azureml.core.webservice.aks.AksWebservice.deploy_configuration. When this parameter is true, models and scoring files will be downloaded with blobfuse instead of the blob storage API.
35
+
+**azureml-interpret**
36
+
+ Updated azureml-interpret to interpret-community 0.24.0
37
+
+ In azureml-interpret update scoring explainer to support latest version of lightgbm with sparse TreeExplainer
38
+
+ Update azureml-interpret to interpret-community 0.23.*
39
+
+**azureml-pipeline-core**
40
+
+ Add note in pipelinedata, recommend user to use pipeline output dataset instead.
41
+
+**azureml-pipeline-steps**
42
+
+ Add `environment_variables` to ParallelRunConfig, runtime environment variables can be passed by this parameter and will be set on the process where the user script is executed.
43
+
+**azureml-train-automl-client**
44
+
+ Tabnet Regressor and Tabnet Classifier support in AutoML
45
+
+**azureml-train-automl-runtime**
46
+
+ Saving data transformer in parent run outputs, which can be reused to produce same featurized dataset which was used during the experiment run
47
+
+**azureml-train-core**
48
+
+ Enable support for early termination for Bayesian Optimization in Hyperdrive
49
+
+ Bayesian and GridParameterSampling objects can now pass on properties
0 commit comments