scikit-learn/sklearn
Lars Buitinck 5eab030d24 DOC copyedit SGDClassifier docstring
Make it clear immediately that this beast fits SVMs by default,
logistic regression if you ask for it.
2013-08-01 12:29:02 +02:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster MISC: fix reference to example 2013-07-30 11:15:36 +02:00
covariance Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
cross_decomposition COMPAT: fix arpack and pls on old scipy/numpy 2013-07-27 16:46:44 +02:00
datasets more sphinx fixes 2013-07-27 19:51:12 +02:00
decomposition revert the tanh fix 2013-07-30 19:46:35 +02:00
ensemble BUG: tests were raising the DataConversionWarning 2013-07-29 00:56:45 +02:00
externals MAINT: misc change to copy_joblib 2013-07-26 17:11:36 +02:00
feature_extraction TST catch deprecation warning in feature_extraction.text 2013-07-26 10:17:50 +02:00
feature_selection Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
gaussian_process DOC spellfixes 2013-06-29 16:18:23 +03:00
linear_model DOC copyedit SGDClassifier docstring 2013-08-01 12:29:02 +02:00
manifold [DOC] fixed a typo in an warning message. 2013-07-26 10:30:58 +02:00
metrics DOC credit to @ephes and myself for log loss in metrics 2013-07-30 11:08:15 +02:00
mixture ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
neighbors FIX for MSVC inline fmax in dist_metrics 2013-07-29 01:59:30 +02:00
neural_network ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
preprocessing MISC: deprecate balance_weights (it's internal) 2013-07-29 03:06:58 +02:00
semi_supervised DOC spellfixes 2013-06-29 16:18:23 +03:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm DOC fix comment on svm probability param 2013-07-29 14:02:22 +02:00
tests TST: adjust test relying on change order 2013-07-29 02:17:25 +02:00
tree FIX backward compatibility was broken 2013-07-29 03:06:58 +02:00
utils revert the tanh fix 2013-07-30 19:46:35 +02:00
__init__.py MAINT deprecated the pls module, moved CCA to cca_ 2013-07-25 11:01:59 +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 made bicluster utilities for dealing with indicator vectors 2013-07-25 19:19:22 +02:00
cross_validation.py rearrange permutation_score parameters to match previous ones. 2013-07-29 02:17:24 +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 Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +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 typos involving Nyström 2013-07-30 18:02:23 +02:00
lda.py much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +02:00
multiclass.py Avoid raising a deprecation warning on label_binarizer_.multilabel_ 2013-07-25 10:21:25 +02:00
naive_bayes.py DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
pipeline.py DOC spellfixes 2013-06-29 16:18:23 +03:00
pls.py MAINT deprecated the pls module, moved CCA to cca_ 2013-07-25 11:01:59 +02:00
qda.py much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +02:00
random_projection.py COSMIT pep8 2013-05-04 10:43:39 +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