MCPcopy Create free account
hub / github.com/Open-Quant/openquant / BaggingBoostingDecision

Class BaggingBoostingDecision

crates/openquant/src/ensemble_methods.rs:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29#[derive(Debug, Clone, Copy, PartialEq)]
30pub struct BaggingBoostingDecision {
31 pub recommended: EnsembleMethod,
32 pub expected_bagging_variance: f64,
33 pub expected_variance_reduction: f64,
34}
35
36pub fn bias_variance_noise(
37 y_true: &[f64],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected