Skip to main content

generic_ale

Function generic_ale 

Source
pub fn generic_ale(
    model: &dyn FpcPredictor,
    data: &FdMatrix,
    scalar_covariates: Option<&FdMatrix>,
    component: usize,
    n_bins: usize,
) -> Option<AleResult>
Expand description

Generic ALE plot for an FPC component in any FPC-based model.