scikit-learn/sklearn/svm
Lars Buitinck 4fcb24c8f1 MAINT remove dead code from LibSVM 2013-09-16 19:17:24 +02:00
..
src MAINT remove dead code from LibSVM 2013-09-16 19:17:24 +02:00
tests fix too many blank lines 2013-08-31 12:19:31 +05:30
__init__.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
base.py ENH: don't call astype when a copy is not needed 2013-09-13 17:07:06 +02:00
bounds.py DOC spellfixes 2013-06-29 16:18:23 +03:00
classes.py DOC fix comment on svm probability param 2013-07-29 14:02:22 +02:00
liblinear.c BUG: FIX Crammer-Singer formulation in the binary case. 2013-08-01 22:14:19 +09:00
liblinear.pxd ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
liblinear.pyx BUG: FIX Crammer-Singer formulation in the binary case. 2013-08-01 22:14:19 +09:00
libsvm.c Clarify and make libsvm random seed more consistent 2013-07-27 19:50:26 +02:00
libsvm.pxd FIX support random state in libsvm 2013-07-27 19:50:25 +02:00
libsvm.pyx Clarify and make libsvm random seed more consistent 2013-07-27 19:50:26 +02:00
libsvm_sparse.c Comment predict params in libsvm 2013-07-27 19:50:26 +02:00
libsvm_sparse.pyx Comment predict params in libsvm 2013-07-27 19:50:26 +02:00
setup.py Use extra_link_args for -lstdc++ 2013-07-28 11:28:10 +02:00