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
+ Fix incorrect form displayed in PBI for integration with AutoML regression models
26
+
+ Adding min-label-classes check for both classification tasks (multi-class and multi-label). It will throw an error for the customer's run if the unique number of classes in the input training dataset is fewer than 2. It is meaningless to run classification on fewer than two classes.
27
+
+**azureml-automl-runtime**
28
+
+ Converting decimal type y-test into float to allow for metrics computation to proceed without errors.
29
+
+ Automl training now supports numpy version 1.8.
30
+
+**azureml-contrib-automl-dnn-forecasting**
31
+
+ Fixed a bug in the TCNForecaster model where not all training data would be used when cross-validation settings were provided.
32
+
+ TCNForecaster wrapper's forecast method that was corrupting inference-time predictions. Also fixed an issue where the forecast method would not use the most recent context data in train-valid scenarios.
33
+
+**azureml-interpret**
34
+
+ For azureml-interpret package, remove shap pin with packaging update. Remove numba and numpy pin after CE env update.
35
+
+**azureml-responsibleai**
36
+
+ azureml-responsibleai package to raiwidgets and responsibleai 0.17.0 release
37
+
+**azureml-synapse**
38
+
+ Fix the issue that magic widget is disappeared.
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.
41
+
+ Automl training now supports numpy version 1.19
42
+
+ Fix automl reset index logic for ensemble models in automl_setup_model_explanations API
43
+
+ In automl, use lightgbm surrogate model instead of linear surrogate model for sparse case after latest lightgbm version upgrade
44
+
+ All internal intermediate artifacts that are produced by AutoML are now stored transparently on the parent run (instead of being sent to the default workspace blob store). Users should be able to see the artifacts that AutoML generates under the 'outputs/` directory on the parent run.
0 commit comments