Skip to content

Commit

Permalink
Collapse docstring for holdout
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro authored Apr 24, 2024
1 parent 686741e commit dbba742
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/resampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ end
# Holdout

"""
holdout = Holdout(; fraction_train=0.7,
shuffle=nothing,
rng=nothing)
holdout = Holdout(; fraction_train=0.7, shuffle=nothing, rng=nothing)
Holdout resampling strategy, for use in `evaluate!`, `evaluate` and in
tuning.
Expand Down

0 comments on commit dbba742

Please sign in to comment.