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 |
#576 in Machine learning
24KB
534 lines
Download
git clone https://github.com/Siiir/iris_classifier
Run
cd iris_classifier
cat ./data/unclassified_irises.csv | cargo run --release
Above approach requires
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
lib.rs
:
Defines paths used by this app.
Dependencies
~9.5MB
~175K SLoC