JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
185 stars 63 forks source link

Update crossval.rst #58

Closed ngiann closed 1 year ago

ngiann commented 1 year ago

I updated the documentation for Kfold, StratifiedKfold and RandomSub after modifying the code as described in issue #57.

Please merge this only after successfully merging issue https://github.com/JuliaStats/MLBase.jl/pull/57 so that documentation follows updated code.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.03 :warning:

Comparison is base (25f578b) 78.77% compared to head (383ba10) 78.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #58 +/- ## ========================================== - Coverage 78.77% 78.75% -0.03% ========================================== Files 6 7 +1 Lines 655 659 +4 ========================================== + Hits 516 519 +3 - Misses 139 140 +1 ``` [see 3 files with indirect coverage changes](https://codecov.io/gh/JuliaStats/MLBase.jl/pull/58/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ngiann commented 1 year ago

Updated documentation regarding Kfold, StratifiedKfold and RandomSub after suggested changes concerning issue https://github.com/JuliaStats/MLBase.jl/pull/57.

Please merge this only after successfully merging issue https://github.com/JuliaStats/MLBase.jl/pull/57 so that documentation follows updated code.