Module prelude

Expand description

Prelude module for convenient imports

This module re-exports the most commonly used types and traits for kernel ridge regression.

Re-exports§

pub use super::basic_regression::KernelRidgeRegression;
pub use super::basic_regression::OnlineKernelRidgeRegression;
pub use super::core_types::ApproximationMethod;
pub use super::core_types::Kernel;
pub use super::core_types::SamplingStrategy;
pub use super::core_types::Solver;
pub use super::multitask_regression::MultiTaskKernelRidgeRegression;
pub use super::multitask_regression::TaskRegularization;
pub use super::robust_regression::RobustKernelRidgeRegression;
pub use super::robust_regression::RobustLoss;

Traits§

Estimator
Base trait for all estimators with enhanced type safety
Fit
Enhanced trait for models that can be fitted to data
Predict
Enhanced trait for models that can make predictions