//! SGD-based linear models.
//!
//! Provides [`SgdClassifier`] and [`SgdRegressor`] — linear models trained with
//! stochastic gradient descent. These scale well to large datasets and support
//! multiple loss functions and regularization options.
pub use ;
pub use ;
pub use ;
pub use ;