scikit-learn/sklearn/svm
Joel Nothman 081a554698 FIX P/R/F metrics and scorers are now for binary problems only by default
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
..
src Merge branch 'update-liblinear' 2014-12-04 23:51:08 +01:00
tests FIX P/R/F metrics and scorers are now for binary problems only by default 2014-12-09 13:56:51 +11:00
__init__.py ENH LinearSVR using liblinear code 2014-12-03 20:44:04 +01:00
base.py ENH LinearSVR using liblinear code 2014-12-03 20:44:04 +01:00
bounds.py ENH more explicit error message for ill-posed problem 2014-08-18 23:36:02 +10:00
classes.py ENH LinearSVR using liblinear code 2014-12-03 20:44:04 +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