Skip to content

Commit

Permalink
Fix typo in example plot.cyclical_feature_engineering.py. (scikit-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbatoul authored Aug 21, 2021
1 parent 3fd4bcb commit 0b32be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/applications/plot_cyclical_feature_engineering.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def evaluate(model, X, y, cv):
model,
X,
y,
cv=ts_cv,
cv=cv,
scoring=["neg_mean_absolute_error", "neg_root_mean_squared_error"],
)
mae = -cv_results["test_neg_mean_absolute_error"]
Expand Down

0 comments on commit 0b32be0

Please sign in to comment.