We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af515fa commit 7e00abfCopy full SHA for 7e00abf
python/thundersvm/thundersvm.py
@@ -52,7 +52,6 @@
52
thundersvm = CDLL(lib_path)
53
else:
54
raise FileNotFoundError("Please build the library first!")
55
-print(lib_path)
56
SVM_TYPE = ['c_svc', 'nu_svc', 'one_class', 'epsilon_svr', 'nu_svr']
57
KERNEL_TYPE = ['linear', 'polynomial', 'rbf', 'sigmoid', 'precomputed']
58
0 commit comments