scikit-learn/scikits/learn/svm
Lars Buitinck 857930f270 add C parameter to LinearSVC docstring 2011-06-09 15:19:29 +02:00
..
sparse add C parameter to LinearSVC docstring 2011-06-09 15:19:29 +02:00
src FIX: fix segfault in cases of infeasible nu (NuSVM) 2011-05-25 15:20:53 +02:00
tests Implement predict_proba for sparse svms. 2011-05-16 14:58:15 +02:00
__init__.py l1_min_c import in svm/__init__.py 2011-04-18 14:29:09 +02:00
base.py pep8 2011-05-16 21:52:06 -04:00
bounds.py coverage 100% + pep8 small fix 2011-04-26 09:45:46 +02:00
classes.py Move cache_size out of model parameters. 2011-05-16 14:58:13 +02:00
liblinear.c Refactoring in svm module. 2011-03-30 16:06:49 +02:00
liblinear.pyx Refactoring in svm module. 2011-03-30 16:06:49 +02:00
libsvm.c FIX: tuples have no .index in python2.5 2011-05-05 09:49:57 +02:00
libsvm.pxd libsvm low-level API refactoring. 2011-04-18 15:49:40 +02:00
libsvm.pyx FIX: tuples have no .index in python2.5 2011-05-05 09:49:57 +02:00
setup.py pep8 2011-05-16 21:52:06 -04:00