scikit-learn/scikits/learn/svm
Fabian Pedregosa c52440a4b6 Don't use np.atleast_2d when interfacing with native code.
As it doesn't guarantee C-continuity
2011-07-11 18:40:29 +02:00
..
sparse add C parameter to LinearSVC docstring 2011-06-09 15:19:29 +02:00
src Refactoring in libsvm bindings. 2011-07-05 10:28:33 +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 Don't use np.atleast_2d when interfacing with native code. 2011-07-11 18:40:29 +02:00
bounds.py coverage 100% + pep8 small fix 2011-04-26 09:45:46 +02:00
classes.py DOC: add fit_intercept to LinearSVC docstring. 2011-06-21 15:28:33 +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 Don't use np.atleast_2d when interfacing with native code. 2011-07-11 18:40:29 +02:00
libsvm.pxd Refactoring in libsvm bindings. 2011-07-05 10:28:33 +02:00
libsvm.pyx Recythonize libsvm.pyx with Cython 0.14 2011-07-05 15:29:09 +02:00
setup.py pep8 2011-05-16 21:52:06 -04:00