| 82 | |
| 83 | #[derive(Debug, Clone, PartialEq)] |
| 84 | pub struct FoldPerformance { |
| 85 | pub split_id: usize, |
| 86 | pub sharpe: f64, |
| 87 | pub mean_return: f64, |
| 88 | pub std_return: f64, |
| 89 | pub observations: usize, |
| 90 | } |
| 91 | |
| 92 | #[derive(Debug, Clone, PartialEq)] |
| 93 | pub struct AntiLeakageDiagnostics { |
nothing calls this directly
no outgoing calls
no test coverage detected