scikit-learn/sklearn
Alexandre Gramfort 384ff19efc Merge pull request #2862 from MechCoder/LogCV
[MRG] Logistic Regression CV
2014-07-23 16:27:28 +02:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
covariance MAINT: Fixed a few docstrings and cosmits 2014-07-22 15:09:39 +02:00
cross_decomposition TST: Test that after fitting n_iter is greater than 1 2014-07-22 15:09:39 +02:00
datasets MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
decomposition MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
ensemble COSMIT clean up tests with pyflakes 2014-07-22 16:10:16 +02:00
externals TST remove joblib tests from sklearn 2014-07-17 17:11:20 +02:00
feature_extraction MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
feature_selection MAINT remove deprecated code from trees and forests 2014-07-22 15:52:48 +02:00
gaussian_process remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
linear_model FIX: Increase testing accuracy 2014-07-23 16:04:30 +02:00
manifold MAINT: Fixed a few docstrings and cosmits 2014-07-22 15:09:39 +02:00
metrics DOC typo in warning 2014-07-23 16:19:41 +02:00
mixture MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
neighbors MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
neural_network ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
preprocessing MAINT remove deprecated code from preprocessing 2014-07-22 15:57:18 +02:00
semi_supervised FIX: Preserve public API by introducing return_n_iter param 2014-07-22 15:09:39 +02:00
src/cblas ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
svm FIX: Changes due to recent refactoring of the check functions 2014-07-22 16:57:41 +02:00
tests Merge pull request #2862 from MechCoder/LogCV 2014-07-23 16:27:28 +02:00
tree MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
utils Merge pull request #2862 from MechCoder/LogCV 2014-07-23 16:27:28 +02:00
__init__.py MAINT remove sklearn.test 2014-07-22 15:58:55 +02:00
_build_utils.py
_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 Lift division out of loop in _isotonic_regression. 2014-07-14 17:40:54 +02:00
_isotonic.pyx Lift division out of loop in _isotonic_regression. 2014-07-14 17:40:54 +02:00
base.py DOC typo + not forgetting single output case 2014-07-19 15:47:27 +02:00
cross_validation.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
dummy.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
grid_search.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
hmm.py Fix some fun column span alignment errors. 2014-06-07 16:48:48 +02:00
isotonic.py MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
kernel_approximation.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
lda.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
learning_curve.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
multiclass.py FIX classes name in OvR 2014-07-21 00:31:38 +02:00
naive_bayes.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
pipeline.py DOC example rendering 2014-03-24 11:00:32 +01:00
qda.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
random_projection.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
setup.py MAINT flatten metrics module and avoid nested bicluster module 2014-07-19 15:44:08 +02:00