rill-ml 0.7.1

Lightweight, serializable online machine learning for Rust applications and streaming data.
Documentation
1
2
3
4
5
6
7
8
{
  "kind": "linearRegression",
  "weights": [
    0.5,
    -0.25
  ],
  "intercept": 1.0
}