scikit-learn/sklearn
Gael Varoquaux 0bf75367c9 Merge pull request #5189 from GaelVaroquaux/pr_4779
Pr 4779: Implemented parallelised version of mean_shift and test function
2015-08-30 19:49:24 +01:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster Merge pull request #5189 from GaelVaroquaux/pr_4779 2015-08-30 19:49:24 +01:00
covariance MAINT merge _check_cv into check_cv as indices argument is removed in 0.17 2015-06-08 16:37:03 +05:30
cross_decomposition MAINT PLS Remove deprecated coefs attribute 2015-07-03 20:40:13 +05:30
datasets FIX error introduced during rebase 2015-08-30 23:19:01 +10:00
decomposition Merge pull request #5133 from arthurmensch/lasso_perf_checks 2015-08-20 16:12:48 +02:00
ensemble Merge pull request #4881 from sonnyhu/weighted_least_squares 2015-08-30 16:35:00 +01:00
externals Merge pull request #5016 from lesteve/update-joblib-to-0.9.0b3 2015-07-30 13:38:42 +02:00
feature_extraction ENH O(1) stop-word lookup when list provided 2015-08-08 22:55:13 +10:00
feature_selection test for accepted sparse matrices 2015-08-26 22:00:55 -04:00
gaussian_process fix shape of thetaL, thetaU, theta0 in gp 2015-07-28 23:09:14 -04:00
linear_model Merge pull request #4881 from sonnyhu/weighted_least_squares 2015-08-30 16:35:00 +01:00
manifold ENH exposing extra parameters in t-sne 2015-08-30 10:53:57 +01:00
metrics TST precomputed matrix validation in correct place 2015-08-30 13:49:46 +01:00
mixture DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
neighbors Merge pull request #5188 from GaelVaroquaux/pr_4090 2015-08-30 16:11:47 +01:00
neural_network DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
preprocessing MAINT Use check_is_fitted 2015-08-11 22:27:16 +05:30
semi_supervised DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
src/cblas ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
svm Merge pull request #5098 from olologin/OneClassSvm_sparse_test 2015-08-27 10:40:32 +02:00
tests ENH: added LabelShuffleSplit cv iterator 2015-08-30 12:00:18 +02:00
tree Merge pull request #5113 from fzalkow/master 2015-08-17 16:16:38 +02:00
utils test for accepted sparse matrices 2015-08-26 22:00:55 -04:00
__init__.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
_build_utils.py
_isotonic.c FIX _make_unique of _isotonic.pyx uses float64 consistent internally 2015-04-03 11:07:21 +02:00
_isotonic.pyx FIX _make_unique of _isotonic.pyx uses float64 consistent internally 2015-04-03 11:07:21 +02:00
base.py FIX: Fix for changing mode 2015-08-20 09:58:28 -04:00
calibration.py DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
cross_validation.py ENH: added LabelShuffleSplit cv iterator 2015-08-30 12:00:18 +02:00
dummy.py DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
grid_search.py DOC Updated documentation for cv parameter 2015-08-29 21:34:30 +02:00
isotonic.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
kernel_approximation.py REF Correct the reference link for additive chi squared sampler. 2015-06-21 07:24:18 +05:30
kernel_ridge.py force y to be numeric in kernel ridge. 2015-07-31 17:27:45 -04:00
lda.py Explicit broadcasting 2015-08-06 17:34:46 +02:00
learning_curve.py MAINT merge _check_cv into check_cv as indices argument is removed in 0.17 2015-06-08 16:37:03 +05:30
multiclass.py Merge branch 'pr/4714' + pep8 fixes 2015-06-08 11:31:51 +02:00
naive_bayes.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
pipeline.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
qda.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
random_projection.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
setup.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00