scikit-learn/sklearn/svm
Lars Buitinck 644e2a4813 MAINT change "l2" to "squared_hinge" in svm.bounds
For consistency with the rest of the svm module. Fixes #4305.
2015-03-01 13:21:51 +01:00
..
src Merge branch 'update-liblinear' 2014-12-04 23:51:08 +01:00
tests MAINT change "l2" to "squared_hinge" in svm.bounds 2015-03-01 13:21:51 +01:00
__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 Make LinearSVC/LinearSVR support the deprecated l1/L1, l2/L2 2015-02-25 19:12:27 +05:30
bounds.py MAINT change "l2" to "squared_hinge" in svm.bounds 2015-03-01 13:21:51 +01:00
classes.py FIX Make LinearSVC/LinearSVR support the deprecated l1/L1, l2/L2 2015-02-25 19:12:27 +05:30
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