scikit-learn/sklearn/svm
Vlad Niculae 5f8a9b0b34 FIX: makes our libsvm port compile under MSVC
Apparently, both clang and gcc support `and` instead of `&&` and
`or` instead of `&&`, but MSVC does not and raises a syntax error.
2013-01-06 15:30:05 +00:00
..
sparse ENH nu-SVC doesn't support class_weights 2013-01-03 13:29:46 +01:00
src FIX: makes our libsvm port compile under MSVC 2013-01-06 15:30:05 +00: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 ENH remove class_weight_label from LibLinear python side. 2013-01-03 13:21:51 +01:00
liblinear.pxd FIX seed liblinear using srand. Fixes issue #919. 2012-10-16 21:13:38 +01:00
liblinear.pyx cosmit whitespace 2013-01-03 13:29:46 +01:00
libsvm.c ENH remove class_weight_label from python side of SVM 2013-01-03 13:21:51 +01:00
libsvm.pxd ENH: renaming iter_limit -> max_iter 2012-10-16 16:13:00 +02:00
libsvm.pyx ENH remove class_weight_label from python side of SVM 2013-01-03 13:21:51 +01:00
libsvm_sparse.c ENH remove class_weight_label from sparse svm 2013-01-03 13:21:51 +01:00
libsvm_sparse.pyx ENH remove class_weight_label from sparse svm 2013-01-03 13:21:51 +01:00
setup.py MISC: cosmit: use subpackage setup.py 2012-02-03 07:30:16 +01:00