Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading