Skip to content

Commit

Permalink
minor lab6 edit
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3 committed Nov 19, 2015
1 parent e64453c commit 26a7f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab6-svms/README.md
Expand Up @@ -112,7 +112,7 @@ As you can see, this data fails horribly.
However, now we can get some mileage out of polynomial kernels:

```
% svm-train -t 2 -r 1 -d 3 -c 100 data1 data1.model
% svm-train -t 1 -r 1 -d 3 -c 100 data1 data1.model
% python drawBoundary.py data1
```

Expand Down

0 comments on commit 26a7f70

Please sign in to comment.