Skip to content

Commit cadb534

Browse files
committed
Update train.py
1 parent 7b1e781 commit cadb534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/training/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
initialization_examples=X_train,
9090
features=columns)
9191
# explain overall model predictions (global explanation)
92-
# passing in test dataset for evaluation examples
92+
# passing in test dataset for evaluation examples
9393

9494
global_explanation = tabular_explainer.explain_global(X_test)
9595

0 commit comments

Comments
 (0)