scikit-learn/sklearn
Gilles Louppe dc36bf3dc0 FIX: random number generator
FIX: address @larsmans + @ogrisel comments

ENH: add INT32_t type

ENH: rename INT32_t to UINT32_t

FIX: modulo RAND_R_MAX+1

FIX: broken tests
2013-09-22 19:35:18 +02:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster TST speed up biclustering tests 2013-09-16 13:45:36 +02:00
covariance DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
cross_decomposition DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
datasets ENH 10x speedup in dump_svmlight_format 2013-09-20 12:13:00 +02:00
decomposition FIX : get rid of coef_init in Lasso in dict learning 2013-09-16 21:34:26 +02:00
ensemble FIX: random number generator 2013-09-22 19:35:18 +02:00
externals MAINT Update six to version 1.4.1 2013-09-13 10:48:52 +02:00
feature_extraction BUG: remove remaining utf-8 characters in docstrings. 2013-09-02 14:06:28 +02:00
feature_selection MAINT deprecate indices=False for cross validation generators 2013-09-10 10:58:24 +02:00
gaussian_process Move __future__ import after license text 2013-09-06 15:41:29 +02:00
linear_model Merge pull request #2426 from larsmans/sgd-improvements 2013-09-21 08:39:07 -07:00
manifold BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
metrics FIX classification_report shouldn't fail on unicode labels in Python 2.x 2013-09-20 22:55:36 +06:00
mixture BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
neighbors ENH: don't call astype when a copy is not needed 2013-09-13 17:07:06 +02:00
neural_network ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
preprocessing FIX issue #1993: passing a multilabel indicator is no more noop 2013-09-16 13:40:26 +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 Revert "FIX #2372: StratifiedKFold less impact on the original order of samples." 2013-09-20 13:30:15 +02:00
tree FIX: random number generator 2013-09-22 19:35:18 +02:00
utils Merge pull request #2426 from larsmans/sgd-improvements 2013-09-21 08:39:07 -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 docstrings in sklearn.base 2013-08-04 17:15:11 +02:00
cross_validation.py Revert "FIX #2372: StratifiedKFold less impact on the original order of samples." 2013-09-20 13:30:15 +02: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 ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02: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 indentation 2013-08-31 11:16:27 +05:30
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