Skip to content

Commit

Permalink
add set gpu and cross-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiashuai committed Nov 2, 2017
1 parent a7fb32c commit a290747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ command line options:
* _-h: whether to use the shrinking heuristics, 0 or 1 (default=1)_
* -b: whether to train probabilistic SVC or SVR, 0 or 1 (default=0)
* -wi: for weighted C-SVC, set the parameter C of class i to ``$ wi \times C $`` (default=1)
* -v n: n-fold cross validation mode
* -u n: specify which gpu to use (default=0)

The options in italic are not applicable for GPUs, and the alternative optimizations are implemented with automatically setting working set size.

0 comments on commit a290747

Please sign in to comment.