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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§