-
Notifications
You must be signed in to change notification settings - Fork 0
SVM
Carolin Hainke edited this page Feb 25, 2018
·
5 revisions
meethod for supervised classification, regression or outlier detection
pros:
- effective in high dimensional space
- kernels can be specified for decision functions
cons:
- SVMs do not directly provice probability (maybe use Platt scaling for this?)
Scikit has overview of support vector machine functions: