Skip to content

Commit

Permalink
Update src/constructors.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Okon Samuel <[email protected]>
  • Loading branch information
ablaom and OkonSamuel authored Jun 2, 2024
1 parent bab2a68 commit 4143829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Available controls: $CONTROLS_LIST.
as `WithLossDo`. Specify `resampling=nothing` if all data is to
be used for controlled iteration, with each out-of-sample loss replaced by the most
recent training loss, assuming this is made available by the model
(`supports_training_losses(model) == true`). If the model does not provide report a
(`supports_training_losses(model) == true`). If the model does not report a
training loss, you can use `resampling=InSample()` instead, with an additional
performance cost. Otherwise, `resampling` must have type `Holdout` or be a vector with
one element of the form `(train_indices, test_indices)`.
Expand Down

0 comments on commit 4143829

Please sign in to comment.