rml 0.1.0

A machine learning library in Rust.
Documentation
# RML

A straightforward library for machine learning in Rust.

# Features


* KNN

# Usage


```toml
[dependencies]
rml = "0.1.0"
```

# Features to be Added

* Preprocessing and data loading
* Naive Bayes Classifier
* Expand tests
* Expand documentation
* ...

# License


The program provided here is licensed under the Lesser GPL 3.0 License. A copy of this license is contained within the github repository.


# Citation

The data used is downloaded from [The UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits).

Citation: Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.