Add example commands for statistical operations in README

This commit is contained in:
Palash Tyagi 2025-07-26 23:06:47 +01:00
parent 2a99d8930c
commit 17201b4d29

View File

@ -199,6 +199,11 @@ cargo run --example linear_regression
cargo run --example logistic_regression cargo run --example logistic_regression
cargo run --example k_means cargo run --example k_means
cargo run --example pca cargo run --example pca
cargo run --example stats_overview
cargo run --example descriptive_stats
cargo run --example correlation
cargo run --example inferential_stats
cargo run --example distributions
``` ```
To simply list all available examples, you can run: To simply list all available examples, you can run: