Crate rs_ml

Source
Expand description

rs-ml is a simple ML framework for the Rust language. it includes train test splitting, scalers, and a guassian naive bayes model. It also includes traits to add more transfomers and models to the framework.

Modules§

classification
transformer

Functions§

train_test_split