Skip to content

Commit

Permalink
Update progressive_validation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Oct 30, 2023
1 parent c4afffc commit b9f7366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions river/evaluate/progressive_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ def iter_progressive_val_score(
The `yield_predictions` parameter can be used to include the predictions in the results:
>>> import itertools
>>> steps = evaluate.iter_progressive_val_score(
... model=model,
... dataset=datasets.Phishing(),
Expand Down

0 comments on commit b9f7366

Please sign in to comment.