rs-ml 0.1.2

Simple ML crate including Gaussian Naive Bayesian classifier
Documentation
1
2
3
4
5
6
7
# [rs-ml]https://docs.rs/rs-ml/latest/rs_ml

![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/rs-ml)

ML framework for the rust programming language. It includes traits for
transfomers, models, and an implementation for scalers, and a gaussian Naive
Bayesian classifier.