Docs.rs
rustlearn-0.5.0
rustlearn 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
maciejkula
Dependencies
crossbeam ^0.2.9
normal
rand ^0.3
normal
serde ^1.0
normal
serde_derive ^1.0
normal
bincode ^1.0
dev
csv ^0.14
dev
hyper ^0.7.0
dev
serde_json ^1.0
dev
time ^0.1
dev
gcc ^0.3
build
Versions
73.6%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustlearn
0.5.0
Module linear_
models
Module Items
Modules
In crate rustlearn
rustlearn
Module
linear_models
Copy item path
Source
Expand description
Linear models.
Modules
ยง
sgdclassifier
A two-class logistic regression classifier implemented using stochastic gradient descent.