Skip to content

Commit

Permalink
update evaluate! docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Apr 25, 2024
1 parent bc55ffd commit 5bd8f82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/resampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,11 @@ Although `evaluate!` is mutating, `mach.model` and `mach.args` are not mutated.
- `logger` - a logger object (see [`MLJBase.log_evaluation`](@ref))
See also [`evaluate`](@ref), [`PerformanceEvaluation`](@ref)
- `compact=false` - if `true`, the returned evaluation object excludes these fields:
`fitted_params_per_fold`, `report_per_fold`, `train_test_rows`.
See also [`evaluate`](@ref), [`PerformanceEvaluation`](@ref),
[`CompactPerformanceEvaluation`](@ref).
"""
function evaluate!(
Expand Down

0 comments on commit 5bd8f82

Please sign in to comment.