Skip to content

Commit

Permalink
update README to match filenames in examples (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi Lafage <[email protected]>
  • Loading branch information
jesper-olsen and relf authored Jan 14, 2025
1 parent 1c459a8 commit 606f59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/linfa-logistic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 606f59c

Please sign in to comment.