scikit-learn/sklearn/svm
Joel Nothman a186bc434b DOC fix comment on svm probability param 2013-07-29 14:02:22 +02:00
..
src Clarify and make libsvm random seed more consistent 2013-07-27 19:50:26 +02:00
tests FIX raise tolerance in svm predict_proba test 2013-07-28 11:38:03 +02:00
__init__.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
base.py WIP: explicitly mark all base classes as ABC with abstractmethod inits 2013-07-28 18:37:12 +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 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 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