We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab0611 commit c5327c8Copy full SHA for c5327c8
README.md
@@ -274,7 +274,7 @@ optional arguments:
274
An example invocation generating a data set consisting of blobs with 1000 data points with 200 features each could look like:
275
276
```bash
277
-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
278
```
279
280
### Training
0 commit comments