Skip to main content

IntoLogisticExplainable

Trait IntoLogisticExplainable 

Source
pub trait IntoLogisticExplainable {
    // Required method
    fn into_explainable(self) -> LogisticExplainable;
}
Expand description

Extension trait to easily convert LogisticRegression to explainable.

Required Methods§

Source

fn into_explainable(self) -> LogisticExplainable

Convert to an explainable wrapper.

Implementors§