Skip to main content

leaning

Function leaning 

Source
pub fn leaning(shares: &[Contribution], thresholds: &Thresholds) -> Vec<Flag>
Expand description

What is wrong with what a model is leaning on. Empty is not a clean bill: with one input there is nothing to compare.

The two findings are opposite ends of one worry. An input that costs nothing to remove is one the model is not using; an input that carries everything is a model with one leg.