* 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 |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| __init__.py | ||
| base.py | ||
| bounds.py | ||
| classes.py | ||
| liblinear.pxd | ||
| liblinear.pyx | ||
| libsvm.pxd | ||
| libsvm.pyx | ||
| libsvm_sparse.pyx | ||
| setup.py | ||