scikit-learn/sklearn/svm
Lars Buitinck 0563fa9a51 BUG halve the number of LinearSVCs
np.random.randint can't handle the range [0..UINT_MAX] on platforms
with 32-bit long.
2012-10-28 21:27:14 +01:00
..
sparse FIX doctests for max_iter 2012-10-16 16:46:48 +02:00
src ENH allow more than 1000 linear SVMs with custom random seeds 2012-10-27 22:55:53 +02:00
tests TST: fix test counting warnings 2012-10-17 07:31:51 +02:00
__init__.py ENH: Solver iter_limit emits warning instead of raising exception 2012-10-16 16:13:00 +02:00
base.py BUG halve the number of LinearSVCs 2012-10-28 21:27:14 +01:00
bounds.py MISC trying to remove scale_C 2012-05-05 21:57:04 +02:00
classes.py FIX two more docstrings. Sorry. 2012-10-16 20:05:27 +01:00
liblinear.c ENH allow more than 1000 linear SVMs with custom random seeds 2012-10-27 22:55:53 +02:00
liblinear.pxd FIX seed liblinear using srand. Fixes issue #919. 2012-10-16 21:13:38 +01:00
liblinear.pyx ENH allow more than 1000 linear SVMs with custom random seeds 2012-10-27 22:55:53 +02:00
libsvm.c FIX: adding missing c files from cython 2012-10-16 16:13:00 +02:00
libsvm.pxd ENH: renaming iter_limit -> max_iter 2012-10-16 16:13:00 +02:00
libsvm.pyx ENH: renaming iter_limit -> max_iter 2012-10-16 16:13:00 +02:00
libsvm_sparse.c FIX: adding missing c files from cython 2012-10-16 16:13:00 +02:00
libsvm_sparse.pyx ENH: renaming iter_limit -> max_iter 2012-10-16 16:13:00 +02:00
setup.py MISC: cosmit: use subpackage setup.py 2012-02-03 07:30:16 +01:00