From 9866f46f033f78435394a1b9764258150f8d23fb Mon Sep 17 00:00:00 2001 From: Jesper Olsen <43079279+jesper-olsen@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:15:56 -0600 Subject: [PATCH] update README to match filenames in examples --- algorithms/linfa-logistic/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithms/linfa-logistic/README.md b/algorithms/linfa-logistic/README.md index 8e9b25a26..a5479cf48 100644 --- a/algorithms/linfa-logistic/README.md +++ b/algorithms/linfa-logistic/README.md @@ -12,12 +12,12 @@ There are usage examples in the `examples/` directory. To run the two-class example, use: ```bash -$ cargo run --example winequality +$ cargo run --example winequality_logistic ``` To run the multinomial example, use: ```bash -$ cargo run --example winequality_multi +$ cargo run --example winequality_multi_logistic ``` ## License