Crates.io | iris_classifier |
lib.rs | iris_classifier |
version | 2.2.0 |
source | src |
created_at | 2024-03-13 19:12:13.116152 |
updated_at | 2024-03-26 17:24:12.938323 |
description | Classifies irises into one of 3 species: Setosa, Versicolor, Virginica. |
homepage | |
repository | https://github.com/Siiir/iris_classifier/ |
max_upload_size | |
id | 1172035 |
size | 46,443 |
git clone https://github.com/Siiir/iris_classifier
cd iris_classifier
cat ./data/unclassified_irises.csv | cargo run --release
cargo
that is usually installed with rustupYou 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