sklearn.svm.libsvm.cross_validation()
Binding of the cross-validation routine (low-level routine) Parameters:
X: array-like, dtype=float, size=[n_samples, n_features] : Y: array, dtype=float, size=[n_samples] : target vector svm_type : {0, 1, 2, 3, 4} Type of SVM: C SVC, nu SVC, one class, epsilon SVR, nu SVR kernel : {?linear?, ?rbf?, ?poly?, ?sigmoid?, ?precomputed?} Kernel to use in the model: linear, polynomial, RBF, sigmoid or precomputed. degree : int Degree of the polynomial