create_robust_huber_model

Function create_robust_huber_model 

Source
pub fn create_robust_huber_model(
    approximation: ApproximationMethod,
    alpha: Float,
    delta: Float,
) -> RobustKernelRidgeRegression<Untrained>
Expand description

Create a robust model with Huber loss