scikit-learn/sklearn/svm
Albert Thomas 45dc891c96 [MRG+2] Clean common tests (#9340)
* rm dupes

* add check_supervised_y_no_nan in classifier checks: this implies changes for Ridge classifiers

* fix docstrings/comments

* FIX check fitting 1d X array raises error and FIX check fitting 2d array with only 1 feature either works or returns informative message

* modify check_fit2d_1sample in common tests so that it checks fitting either works or returns an informative message

* rm SpectralClustering case for the moment

* uniformize error messages for 1 sample case and fix SpectralClustering with ensure_min_samples=2

* add unit test for mean_shift when n_samples * quantile < 1

* FIX travis with ensure_min_samples=2 in _PLS

* try fix for failing tSNE test

* typos

* take @agramfort's review into account

* sc to fix string in gaussian_process

* add the class that is present to preserve information of previous message in gpc.py
2017-09-26 18:13:15 +02:00
..
src FIX memory leak in liblinear (#9024) 2017-06-07 17:35:34 +10:00
tests [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00
__init__.py PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings. 2015-01-08 04:28:24 +05:30
base.py [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
bounds.py Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
classes.py [MRG] Deprecate random_state in OneClassSVM and add clarifications in docstrings and doc (#9703) 2017-09-08 08:38:20 +10:00
liblinear.pxd HOTFIX for incorrect cast in liblinear.pyx 2015-10-23 12:23:33 -04:00
liblinear.pyx Replace GETC to SAMPLE_WEIGHT 2015-10-23 00:07:02 -04:00
libsvm.pxd MAINT remove _label attribute from SVC. 2014-04-03 17:28:08 +02:00
libsvm.pyx [MRG+1] Misleading gamma description (#8699) (#8716) 2017-04-22 15:45:08 +02:00
libsvm_sparse.pyx [MRG+1] DOC insert spaces before colons in parameter lists (#7920) 2016-11-25 10:59:22 +01:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00