Skip to content

Commit

Permalink
Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed May 12, 2022
1 parent 1ab0611 commit c5327c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ optional arguments:
An example invocation generating a data set consisting of blobs with 1000 data points with 200 features each could look like:
```bash
python3 generate_data.py --ouput data_file --format libsvm --problem blobs --samples 1000 --features 200
python3 generate_data.py --output data_file --format libsvm --problem blobs --samples 1000 --features 200
```
### Training
Expand Down

0 comments on commit c5327c8

Please sign in to comment.