rml 0.1.1

A machine learning library in Rust.
Documentation
  • Coverage
  • 84.85%
    28 out of 33 items documented6 out of 16 items with examples
  • Size
  • Source code size: 862.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 27s Average build duration of successful builds.
  • all releases: 27s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jmanly56

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.