Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Nov 14, 2022
1 parent ce69942 commit 4cabe16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/inspection/plot_partial_dependence.py
Expand Up @@ -270,9 +270,7 @@

print("Training interaction constraint HistGradientBoostingRegressor...")
tic = time()
est_no_interactions = HistGradientBoostingRegressor(
interaction_cst="no_interactions"
)
est_no_interactions = HistGradientBoostingRegressor(interaction_cst="no_interactions")
est_no_interactions.fit(X_train, y_train)
print(f"done in {time() - tic:.3f}s")

Expand Down

0 comments on commit 4cabe16

Please sign in to comment.