Skip to content

Commit c5327c8

Browse files
committed
Fix spelling error.
1 parent 1ab0611 commit c5327c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ optional arguments:
274274
An example invocation generating a data set consisting of blobs with 1000 data points with 200 features each could look like:
275275
276276
```bash
277-
python3 generate_data.py --ouput data_file --format libsvm --problem blobs --samples 1000 --features 200
277+
python3 generate_data.py --output data_file --format libsvm --problem blobs --samples 1000 --features 200
278278
```
279279
280280
### Training

0 commit comments

Comments
 (0)