Skip to content

Commit 4ed1d44

Browse files
authored
Merge pull request Azure#1236 from Azure/release_update/Release-77
update samples from Release-77 as a part of SDK release
2 parents 91d43ba + b5c15db commit 4ed1d44

File tree

1 file changed

+1
-2
lines changed
  • how-to-use-azureml/automated-machine-learning/regression-explanation-featurization

1 file changed

+1
-2
lines changed

how-to-use-azureml/automated-machine-learning/regression-explanation-featurization/train_explainer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
# Compute the raw explanations
6767
raw_explanations = explainer.explain(['local', 'global'], get_raw=True, tag='raw explanations',
6868
raw_feature_names=automl_explainer_setup_obj.raw_feature_names,
69-
eval_dataset=automl_explainer_setup_obj.X_test_transform,
70-
raw_eval_dataset=automl_explainer_setup_obj.X_test_raw)
69+
eval_dataset=automl_explainer_setup_obj.X_test_transform)
7170

7271
print("Engineered and raw explanations computed successfully")
7372

0 commit comments

Comments
 (0)