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§
- Robust
Kernel Ridge Regression - Robust kernel ridge regression
Enums§
- Robust
Loss - Robust loss functions for kernel ridge regression