* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| test_affinity_propagation.py | ||
| test_bicluster.py | ||
| test_birch.py | ||
| test_dbscan.py | ||
| test_hierarchical.py | ||
| test_k_means.py | ||
| test_mean_shift.py | ||
| test_spectral.py | ||