1 unstable release

0.1.1 Aug 23, 2021
0.1.0 Aug 23, 2021

#887 in Science

LGPL-3.0-or-later

180KB
204 lines

RML

A straightforward library for machine learning in Rust.

Features

  • KNN

Usage

[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.

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.


lib.rs:

Machine learning algorithms and tools.

rml contains machine learning algorithms and other tools to assist in solving machine learning problems using Rust.

Examples

See the provided examples directory for how to use the corresponding algorithms and tools.

!

Dependencies

~3MB
~46K SLoC