pub fn create_robust_huber_model(
approximation: ApproximationMethod,
alpha: Float,
delta: Float,
) -> RobustKernelRidgeRegression<Untrained>Expand description
Create a robust model with Huber loss
pub fn create_robust_huber_model(
approximation: ApproximationMethod,
alpha: Float,
delta: Float,
) -> RobustKernelRidgeRegression<Untrained>Create a robust model with Huber loss