scikit-learn/sklearn
Olivier Grisel 55efb67776 Merge pull request #2524 from rmcgibbo/hmmfix
Fix bug identified in #1817, comment 17340049
2013-10-25 01:06:44 -07: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+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
datasets ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07:00
decomposition ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07:00
ensemble ENH: use npy_int32 type 2013-10-09 13:36:02 +02: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 ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07: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 Check that verbose output is sound. 2013-09-24 13:27:09 +02: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 OPTIM: remove memcopy for X_argsorted in GBRT models 2013-10-24 16:33:07 +02:00
utils FIX don't raise file-level SkipTests 2013-10-20 14:00:58 -07: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 MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00