[][src]Crate linfa_logistic

Logistic Regression

linfa-logistic provides a two class logistic regression model.

linfa-logistic is part of the linfa crate, which is an effort to bootstrap a toolkit for classical Machine Learning implemented in pure Rust, kin in spirit to Python's scikit-learn.

Structs

FittedLogisticRegression

A fitted logistic regression which can make predictions

LogisticRegression

A two-class logistic regression model.