# [rs-ml](https://docs.rs/rs-ml/latest/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.
## Usage
This library requires a compute backend to perform matrix operations. Compute
backends are exposed with provided feature flags. Refer to the
[ndarray_linalg](https://github.com/rust-ndarray/ndarray-linalg?tab=readme-ov-file#backend-features)
docs for more information.