Skip to content

Commit

Permalink
Merge pull request #939 from JuliaAI/evaluate-docstring-fix
Browse files Browse the repository at this point in the history
Rescue the orphaned docstring for `evaluate`
  • Loading branch information
ablaom authored Sep 26, 2023
2 parents 36ef770 + b40bf20 commit 5c004cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "1.0.0"
version = "1.0.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
1 change: 0 additions & 1 deletion src/resampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ Although `evaluate!` is mutating, `mach.model` and `mach.args` are not mutated.
See also [`evaluate`](@ref), [`PerformanceEvaluation`](@ref)
"""

function evaluate!(
mach::Machine{<:Measurable};
resampling=CV(),
Expand Down

0 comments on commit 5c004cf

Please sign in to comment.