scikit-learn/sklearn/svm
Mario Michael Krell cee22175c2 DOC typos and consistency in SVM docstrings 2015-01-28 12:27:06 +01:00
..
src Merge branch 'update-liblinear' 2014-12-04 23:51:08 +01:00
tests PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings. 2015-01-08 04:28:24 +05:30
__init__.py PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings. 2015-01-08 04:28:24 +05:30
base.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
bounds.py ENH more explicit error message for ill-posed problem 2014-08-18 23:36:02 +10:00
classes.py DOC typos and consistency in SVM docstrings 2015-01-28 12:27:06 +01:00
liblinear.c ENH LinearSVR using liblinear code 2014-12-03 20:44:04 +01:00
liblinear.pxd ENH LinearSVR using liblinear code 2014-12-03 20:44:04 +01:00
liblinear.pyx ENH LinearSVR using liblinear code 2014-12-03 20:44:04 +01:00
libsvm.c MAINT remove _label attribute from SVC. 2014-04-03 17:28:08 +02:00
libsvm.pxd MAINT remove _label attribute from SVC. 2014-04-03 17:28:08 +02:00
libsvm.pyx MAINT remove _label attribute from SVC. 2014-04-03 17:28:08 +02:00
libsvm_sparse.c MAINT remove _label attribute from SVC. 2014-04-03 17:28:08 +02:00
libsvm_sparse.pyx MAINT remove _label attribute from SVC. 2014-04-03 17:28:08 +02:00
setup.py removed unused variables and imports, add used imports where missing. 2014-06-08 21:44:01 +02:00