Skip to content

Commit

Permalink
update README to match filenames in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-olsen committed Aug 1, 2024
1 parent b807674 commit 9866f46
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 9866f46

Please sign in to comment.