| Crates.io | iris_classifier |
| lib.rs | iris_classifier |
| version | 2.2.0 |
| created_at | 2024-03-13 19:12:13.116152+00 |
| updated_at | 2024-03-26 17:24:12.938323+00 |
| 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_classifiercd iris_classifiercat ./data/unclassified_irises.csv | cargo run --releasecargo 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