Module RustQuant::ml

source ·
Expand description

Machine learning algorithms. This module relies on the nalgebra crate.

§Regression

  • Linear (using QR or SVD decomposition)
  • Logistic (via IRLS, adding MLE in the future).

§Classification

  • K-Nearest Neighbours

Re-exports§

Modules§