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/machine-learning/service/azure-machine-learning-release-notes.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
28
28
29
29
+**Preview features**
30
30
+[Contrib features below]
31
+
+**azureml-contrib-dataset**
32
+
+ After importing azureml-contrib-dataset, you can call `Dataset.Labeled.from_json_lines` instead of `._Labeled` to create a labeled dataset.
33
+
+ When calling `to_pandas_dataframe` on a labeled dataset with the download option, you can now specify whether to overwrite existing files or not.
34
+
+ When calling `keep_columns` or `drop_columns` that results in a timeseries, label, or image column being dropped, the corresponding capabilities will be dropped for the dataset as well.
35
+
+ Fixed issues with PyTorch loader when calling `dataset.to_torchvision()`.
31
36
32
37
+**Breaking changes**
33
38
+[Reference upcoming breaking changes and old API support drop date]
@@ -51,9 +56,10 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
51
56
+ Added a new API amlcompute.get_active_runs that returns a generator for running and queued runs on a given amlcompute.
52
57
+ Added Load Balancer Type to MLC for AKS types.
53
58
+ Added append_prefix bool parameter to download_files in run.py and download_artifacts_from_prefix in artifacts_client. This flag is used to selectively flatten the origin filepath so only the file or folder name is added to the output_directory
54
-
+ fix deserialization issue for `run_config.yml` with dataset usage.
59
+
+ Fix deserialization issue for `run_config.yml` with dataset usage.
60
+
+ When calling `keep_columns` or `drop_columns` that results in a timeseries column being dropped, the corresponding capabilities will be dropped for the dataset as well.
55
61
+**azureml-interpret**
56
-
+updated interpret-community version to 0.1.0.3
62
+
+Updated interpret-community version to 0.1.0.3
57
63
+**azureml-train-automl**
58
64
+ Fixed an issue where automl_step might not print validation issues.
59
65
+ Fixed register_model to succeed even if the model's environment is missing dependencies locally.
0 commit comments