scikit-learn/sklearn
Olivier Grisel 8ad2f5ea8a ENH: Make forest prediction code more robust to mutations of the estimators list
This can be useful to quickly study the impact of the size of the forest by
subsampling from it for instance.
2013-10-30 23:35:07 +01:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster ENH optimize one more sq. distance in k-means 2013-10-19 20:42:36 +02:00
covariance clean up 2013-10-16 17:39:26 +02:00
cross_decomposition DOC fix cross-decomposition docstrings 2013-10-30 23:31:13 +01:00
datasets TST clean up after ourselves in SVMlight test 2013-10-27 17:59:48 +01:00
decomposition COSMIT micro-optimize norm computation in NMF 2013-10-30 23:31:13 +01:00
ensemble ENH: Make forest prediction code more robust to mutations of the estimators list 2013-10-30 23:35:07 +01:00
externals ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07:00
feature_extraction DOC error in feature_extraction.text docstrings 2013-10-02 19:13:21 +02:00
feature_selection MAINT simplify f_oneway in feature selection 2013-10-14 00:15:31 +02:00
gaussian_process ENH : simplify input checking in GP 2013-09-30 09:06:00 +02:00
linear_model FIX: np.ones_like does not support dtype on old numpy 2013-10-20 17:56:11 +02:00
manifold BUG: Compare strings for equality, not identity. 2013-10-29 22:07:46 -06:00
metrics Use a RuntimeError instead of a warning to avoid raising a ValueError randomly later 2013-10-16 14:15:21 +02:00
mixture BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
neighbors ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07:00
neural_network FIX sparse matrix indexing in BernoulliRBM 2013-10-27 17:51:33 +01:00
preprocessing Use a RuntimeError instead of a warning to avoid raising a ValueError randomly later 2013-10-16 14:15:21 +02:00
semi_supervised DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm MAINT remove dead code from LibSVM 2013-09-16 19:17:24 +02:00
tests Merge pull request #2524 from rmcgibbo/hmmfix 2013-10-25 01:06:44 -07:00
tree FIX #1622: OPTIM: remove obsolete random_state instance in the Tree class 2013-10-29 11:28:12 +01:00
utils FIX sparse matrix indexing in BernoulliRBM 2013-10-27 17:51:33 +01:00
__init__.py MAINT/DOC: bump docs and rev numbers to 0.15-git 2013-08-08 01:13:06 +02:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_hmmc.c Fix atomics definitions under windows for sklearn._hmm.pyx 2013-07-28 10:37:02 +02:00
_hmmc.pyx ENH speed improvements in HMM 2013-04-16 12:38:15 +02:00
_isotonic.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_isotonic.pyx ENH - 3x speedup in the isotonic regression 2013-03-10 22:20:29 +01:00
base.py DOC improve biclustering docstrings 2013-09-30 12:33:24 +02:00
cross_validation.py Update permutation_test_score docstring 2013-10-15 21:37:03 -07:00
dummy.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
grid_search.py MAINT deprecate indices=False for cross validation generators 2013-09-10 10:58:24 +02:00
hmm.py Merge pull request #2524 from rmcgibbo/hmmfix 2013-10-25 01:06:44 -07:00
isotonic.py DOC fixing some sphinx stuff. 2013-07-27 18:16:46 +02:00
kernel_approximation.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
lda.py MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
multiclass.py Avoid raising a deprecation warning on label_binarizer_.multilabel_ 2013-07-25 10:21:25 +02:00
naive_bayes.py ENH: don't call astype when a copy is not needed 2013-09-13 17:07:06 +02:00
pipeline.py FIX parallel FeatureUnion.fit and fit_transform 2013-10-12 20:15:24 +02:00
pls.py MISC: deprection is in 2 releases 2013-08-07 23:24:32 +02:00
qda.py MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
random_projection.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
setup.py BUG: add new preprocessing module to setup.py 2013-07-26 11:24:56 -07:00
test_setup.py