rml

Crates.iorml
lib.rsrml
version0.1.1
sourcesrc
created_at2021-08-23 23:42:22.002584
updated_at2021-08-23 23:46:00.326983
descriptionA machine learning library in Rust.
homepage
repositoryhttps://github.com/jmanly56/rml
max_upload_size
id441462
size862,769
(jmanly56)

documentation

https://docs.rs/rml

README

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.

Commit count: 27

cargo fmt