Skip to content

Commit a1fa688

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 19668e4 commit a1fa688

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/machine-learning/service/azure-machine-learning-release-notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,10 @@ At the time of this release, the following browsers are supported: Chrome, Firef
565565
+ Improved NoaaIsdWeather enrich performance in non-SPARK version significantly.
566566
+ **azureml-explain-model**
567567
+ Updated online documentation for interpretability objects.
568-
+ Added batch_size to mimic explainer when include_local=False for 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 DecisionTreeExplainableModel for model explainability library.
569569
+ Fixed the issue where `explanation.expected_values` would sometimes return a float rather than a list with a float in it.
570570
+ Added expected values to automl output for mimic explainer in explain model library.
571571
+ Fixed permutation feature importance when transformations argument supplied to get raw feature importance.
572-
+ Added batch_size to mimic explainer when include_local=False for streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel for model explainability library.
573572
+ **azureml-core**
574573
+ Added the ability to attach DBFS datastores in the AzureML CLI.
575574
+ 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
582581
+ Fixed the issue where mlflow.log_artifacts("my_dir") would save artifacts under "my_dir/artifact-paths" instead of "artifact-paths".
583582
+ **azureml-pipeline-core**
584583
+ Parameter hash_paths for all 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 preparation for RunConfiguration integration and further changes to unlock their usage in pipelines.
584+
+ Continued improving Module and ModuleStep to support compute type specific modules, to prepare for RunConfiguration integration and other changes to unlock compute type specific module usage in pipelines.
586585
+ **azureml-pipeline-steps**
587586
+ AzureBatchStep: Improved documentation with regards to inputs/outputs.
588587
+ AzureBatchStep: Changed delete_batch_job_after_finish default value to true.

0 commit comments

Comments
 (0)