scikit-learn/sklearn/svm
MechCoder 9d8d7e426c Replace GETC to SAMPLE_WEIGHT 2015-10-23 00:07:02 -04:00
..
src Replace GETC to SAMPLE_WEIGHT 2015-10-23 00:07:02 -04:00
tests MAINT Remove deprecated stuff that will be removed in 0.18 2015-10-20 18:24:35 +02: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 Add check for sample_weights 2015-10-23 00:06:07 -04:00
bounds.py MAINT change "l2" to "squared_hinge" in svm.bounds 2015-03-01 13:21:51 +01:00
classes.py MAINT Remove deprecated stuff that will be removed in 0.18 2015-10-20 18:24:35 +02:00
liblinear.c Patch liblinear for sample_weights in LogisticRegression(and CV) 2015-10-23 00:00:31 -04:00
liblinear.pxd Replace GETC to SAMPLE_WEIGHT 2015-10-23 00:07:02 -04:00
liblinear.pyx Replace GETC to SAMPLE_WEIGHT 2015-10-23 00:07:02 -04:00
libsvm.c Fixes to sparse decision_function, rebase fixes. 2015-03-26 11:44:39 -04: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 move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00
libsvm_sparse.pyx MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00
setup.py removed unused variables and imports, add used imports where missing. 2014-06-08 21:44:01 +02:00