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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -565,11 +565,10 @@ At the time of this release, the following browsers are supported: Chrome, Firef
565
565
+ Improved NoaaIsdWeather enrich performance in non-SPARK version significantly.
566
566
+**azureml-explain-model**
567
567
+ Updated online documentation for interpretability objects.
568
-
+ Added batch_size to mimic explainer when include_local=Falsefor streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel.
568
+
+ Added `batch_size` to mimic explainer when `include_local=False`,for streaming global explanations in batches to improve execution time of DecisionTreeExplainableModelfor model explainability library.
569
569
+ Fixed the issue where `explanation.expected_values` would sometimes return a float rather than a listwith a floatin it.
570
570
+ Added expected values to automl output for mimic explainer in explain model library.
571
571
+ Fixed permutation feature importance when transformations argument supplied to get raw feature importance.
572
-
+ Added batch_size to mimic explainer when include_local=Falsefor streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel for model explainability library.
573
572
+**azureml-core**
574
573
+ Added the ability to attach DBFS datastores in the AzureML CLI.
575
574
+ Fixed the issue with datastore upload where an empty folder is created if`target_path` started with`/`.
@@ -582,7 +581,7 @@ At the time of this release, the following browsers are supported: Chrome, Firef
582
581
+ Fixed the issue where mlflow.log_artifacts("my_dir") would save artifacts under "my_dir/artifact-paths" instead of "artifact-paths".
583
582
+**azureml-pipeline-core**
584
583
+ Parameter hash_paths forall pipeline steps is deprecated and will be removed in future. By default contents of the source_directory is hashed (except files listed in .amlignore or .gitignore)
585
-
+Continuing improving Module and ModuleStep to support compute type specific modules, in preparationfor RunConfiguration integration andfurther changes to unlock their usage in pipelines.
584
+
+Continued improving Module and ModuleStep to support compute type specific modules, to preparefor RunConfiguration integration andother changes to unlock compute type specific module usage in pipelines.
586
585
+**azureml-pipeline-steps**
587
586
+ AzureBatchStep: Improved documentation with regards to inputs/outputs.
588
587
+ AzureBatchStep: Changed delete_batch_job_after_finish default value to true.
0 commit comments