ferrolearn-linear 0.3.0

Linear models for the ferrolearn ML framework
Documentation
1
2
3
4
5
//! Internal optimization algorithms.
//!
//! This module contains the L-BFGS optimizer used by logistic regression.

pub(crate) mod lbfgs;