scikit-learn/sklearn/svm
Lars Buitinck 5482a73b7d DOC more explicit description of degree param on SVMs 2013-07-09 15:06:14 +02:00
..
src COSMIT refactor LibSVM wrapper for safety and readability 2013-07-01 16:10:32 +02:00
tests FIX bug in callable kernel decision function - Sorry, I think that was me. 2013-05-04 17:13:31 +02:00
__init__.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
base.py COSMIT refactor LibSVM wrapper for safety and readability 2013-07-01 16:10:32 +02:00
bounds.py DOC spellfixes 2013-06-29 16:18:23 +03:00
classes.py DOC more explicit description of degree param on SVMs 2013-07-09 15:06:14 +02:00
liblinear.c REFACTOR combine train_wrap and csr_train_wrap 2013-04-29 17:21:07 +02:00
liblinear.pxd ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
liblinear.pyx REFACTOR combine train_wrap and csr_train_wrap 2013-04-29 17:21:07 +02:00
libsvm.c COSMIT refactor LibSVM wrapper for safety and readability 2013-07-01 16:10:32 +02:00
libsvm.pxd ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
libsvm.pyx COSMIT refactor LibSVM wrapper for safety and readability 2013-07-01 16:10:32 +02:00
libsvm_sparse.c ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
libsvm_sparse.pyx ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
setup.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00