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 073c0b2 commit bab2a68
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 @@ -104,7 +104,7 @@ Available controls: $CONTROLS_LIST.
controls, refer to the documentation just cited.
- `resampling=Holdout(fraction_train=0.7)`: The default resampling holds back 30% of data
for computing an out-of-sample estimate of performance (the "loss") for controls such
for computing an out-of-sample estimate of performance (the "loss") for loss-based controls such
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
Expand Down

0 comments on commit bab2a68

Please sign in to comment.