scikit-learn/sklearn
Ankit Agrawal 8ffee3f4f4 Wrapping line in naive_bayes.rst and specifying bin_seeding argument as optional 2013-10-16 15:52:50 +05:30
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster Wrapping line in naive_bayes.rst and specifying bin_seeding argument as optional 2013-10-16 15:52:50 +05:30
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 ENH optimize NMF inner loop 2013-10-01 18:09:58 +02:00
ensemble AdaBoostRegressor: fix redundant recalculation of error_vect.max() 2013-10-08 20:15:41 -07:00
externals MAINT Update six to version 1.4.1 2013-09-13 10:48:52 +02: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 fit followed by partial_fit in multiclass SGD 2013-10-13 15:55:02 +02:00
manifold BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
metrics ENH honor Y_norm_squared when X=Y in euclidean_distances 2013-10-13 18:54:21 +02:00
mixture BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
neighbors ENH use row_norms in KDE code 2013-10-12 20:27:54 +02:00
neural_network Check that verbose output is sound. 2013-09-24 13:27:09 +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 FIX parallel FeatureUnion.fit and fit_transform 2013-10-12 20:15:24 +02:00
tree ENH: small optimization in PresortBestSplitter 2013-10-04 13:30:53 +02:00
utils ENH honor Y_norm_squared when X=Y in euclidean_distances 2013-10-13 18:54:21 +02: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 FIX #2372: non-shuffling StratifiedKFold implementation and updated tests 2013-09-25 15:56:47 +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 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