Description Usage Arguments Examples
Create setting for SVM with python
1 2 3 4 5 6 7 8 9 10 |
C |
penalty parameter C of the error term. |
degree |
degree of kernel function is significant only in poly, rbf, sigmoid |
gamma |
kernel coefficient for rbf and poly, by default 1/n_features will be taken. |
shrinking |
wether to use the shrinking heuristic. |
coef0 |
independent term in kernel function. It is only significant in poly/sigmoid. |
classWeight |
Class weight based on imbalance |
seed |
A seed for the model |
kernal |
Specifies the kernel type to be used in the algorithm. one of ‘linear’, ‘poly’, ‘rbf’, ‘sigmoid’, ‘precomputed’. If none is given ‘rbf’ will be used. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.