Skip to content

Commit

Permalink
fix greedy test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Oct 12, 2021
1 parent e7aa2e3 commit aae8d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/selection/greedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class GreedySelectionRegressor(ModelSelectionRegressor):
>>> model = selection.GreedySelectionRegressor(models, metric)
>>> evaluate.progressive_val_score(dataset, model, metric)
MAE: 1.732357
MAE: 1.491112
"""

Expand Down

0 comments on commit aae8d56

Please sign in to comment.