1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[]
= "model-selection-rs"
= "0.1.0"
= "2021"
= "1.74"
= "MIT"
= "Cross-validation and model-selection utilities for Rust: stratified / group-aware / time-series splitting, nested CV, and learning & validation curves. Dependency-light, composes with any modeling crate."
= "https://github.com/mi7plus/model-selection-rs"
= "README.md"
= ["machine-learning", "cross-validation", "kfold", "stratified", "model-selection"]
= ["science", "algorithms"]
= ["/.github", "/benches/target"]
[]
= "0.16"
= "0.8"
= "1"
= { = "1.7", = true }
= { = "0.3", = true }
[]
= "0.5"
= "0.5"
[]
= []
# Gates parallel fold execution (rayon) in cross_validate / learning_curve /
# validation_curve / nested_cv.
= ["dep:rayon"]
# Gates the scoring::smartcore_adapter module wrapping smartcore::metrics.
= ["dep:smartcore"]
[[]]
= "cross_validate"
= false
[]
= true