#species #csv #artificial-intelligence #versicolor #setosa #virginica #irises

bin+lib iris_classifier

Classifies irises into one of 3 species: Setosa, Versicolor, Virginica

6 stable releases

2.2.0 Mar 26, 2024
2.1.0 Mar 26, 2024
2.0.0 Mar 26, 2024
1.1.3 Mar 25, 2024
1.1.1 Mar 13, 2024

#190 in Machine learning

Download history 117/week @ 2024-03-08 48/week @ 2024-03-15 341/week @ 2024-03-22 92/week @ 2024-03-29 18/week @ 2024-04-05

453 downloads per month

MIT license

24KB
534 lines

Download

  1. git clone https://github.com/Siiir/iris_classifier

Run

  1. cd iris_classifier
  2. cat ./data/unclassified_irises.csv | cargo run --release

Above approach requires

  1. cargo that is usually installed with rustup

Help (passing arguments to app)

You can also pass arguments to the app after --, which is cargo's way to separate cargo args from app args.
Try: cargo r -r -- --help

Documentation

Documentation of functions other than main.


lib.rs:

Defines paths used by this app.

Dependencies

~9MB
~170K SLoC