Skip to content

Commit

Permalink
Temp a print message for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Nov 14, 2022
1 parent 23d9d96 commit 25240b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evalml/model_understanding/_partial_dependence_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def _partial_dependence_calculation(
Tuple (np.ndarray, np.ndarray): averaged and individual predictions for
all points in the grid.
"""
print("ahh testing fast mode")
X_eval = X.ww.copy()
prediction_object = pipeline
if fast_mode:
Expand Down

0 comments on commit 25240b7

Please sign in to comment.