scikit-learn/sklearn/svm
Lars Buitinck 37c1d092f8 COSMIT shut up the build by calling np.import_array in Cython modules
$(make in 2>&1 | wc -l) down from 706 to 517.

Took the liberty of modernizing some of the Cython code while I was at it.
2013-01-10 18:00:21 +01:00
..
sparse ENH nu-SVC doesn't support class_weights 2013-01-03 13:29:46 +01:00
src COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
tests TST better test for class weights (that actually tests something) 2013-01-03 13:29:46 +01:00
__init__.py ENH: Solver iter_limit emits warning instead of raising exception 2012-10-16 16:13:00 +02:00
base.py ENH removed unused old function 2013-01-03 13:21:51 +01:00
bounds.py MISC trying to remove scale_C 2012-05-05 21:57:04 +02:00
classes.py ENH nu-SVC doesn't support class_weights 2013-01-03 13:29:46 +01:00
liblinear.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
liblinear.pxd FIX seed liblinear using srand. Fixes issue #919. 2012-10-16 21:13:38 +01:00
liblinear.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
libsvm.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
libsvm.pxd ENH: renaming iter_limit -> max_iter 2012-10-16 16:13:00 +02:00
libsvm.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
libsvm_sparse.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
libsvm_sparse.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
setup.py MISC: cosmit: use subpackage setup.py 2012-02-03 07:30:16 +01:00