| 118 | |
| 119 | #[derive(Debug, Clone, PartialEq)] |
| 120 | pub struct CrossValidationConfig { |
| 121 | pub n_splits: usize, |
| 122 | pub pct_embargo: f64, |
| 123 | } |
| 124 | |
| 125 | #[derive(Debug, Clone, PartialEq)] |
| 126 | pub struct CpcvConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected