Skip to content

Commit a22e14c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ At the time of this release, the following browsers are supported: Chrome, Firef
471471
+ Fixed transformations argument for LIME explainer for raw feature importance in azureml-contrib-explain-model package
472472
+ added segmentations to image explanations in image explainer for AzureML-contrib-explain-model package
473473
+ add scipy sparse support for LimeExplainer
474-
+ add batch_size to mimic explainer when include_local=False for streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel
474+
+ added `batch_size` to mimic explainer when `include_local=False`, for streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel
475475
+ **azureml-contrib-featureengineering**
476476
+ Fix for calling set_featurizer_timeseries_params(): dict value type change and null check - Add notebook for timeseries featurizer
477477
+ Update NimbusML dependency to 1.2.0 version (current latest).
@@ -500,7 +500,7 @@ At the time of this release, the following browsers are supported: Chrome, Firef
500500
+ for mimic explainer in explain model library, fixed error when include_local=False for sparse data input
501501
+ add expected values to automl output
502502
+ fixed permutation feature importance when transformations argument supplied to get raw feature importance
503-
+ add batch_size to mimic explainer when include_local=False for streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel
503+
+ added `batch_size` to mimic explainer when `include_local=False`, for streaming global explanations in batches to improve execution time of DecisionTreeExplainableModel
504504
+ for model explainability library, fixed blackbox explainers where pandas dataframe input is required for prediction
505505
+ Fixed a bug where `explanation.expected_values` would sometimes return a float rather than a list with a float in it.
506506
+ **azureml-mlflow**

0 commit comments

Comments
 (0)