Module robust_regression

Module robust_regression 

Source
Expand description

Robust Kernel Ridge Regression Implementation

This module implements robust variants of kernel ridge regression that are resistant to outliers and noise in the data. Multiple robust loss functions are supported, and the optimization is performed using iteratively reweighted least squares (IRLS).

Structs§

RobustKernelRidgeRegression
Robust kernel ridge regression

Enums§

RobustLoss
Robust loss functions for kernel ridge regression