scikit-learn/sklearn/tests
Olivier Grisel 689388ab7b Merge pull request #4427 from amueller/lda_lsqr_predict
[MRG+1] FIX LDA(solver="lsqr"): make sure the right error is raised on transform
2015-03-23 18:59:00 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_calibration.py FIX : allow NaN in input of calibration if estimator handles it 2015-03-18 16:44:21 +01:00
test_check_build.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_common.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_cross_validation.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_dummy.py Add sample_weight support to Dummy Regressor 2014-10-16 16:41:49 +02:00
test_grid_search.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_init.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_isotonic.py Adding fix for issue #4297, isotonic infinite loop 2015-03-06 11:40:23 -05:00
test_kernel_approximation.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_kernel_ridge.py Support sparse matrices in KernelRidge. 2015-03-12 23:08:10 +09:00
test_lda.py Merge pull request #4427 from amueller/lda_lsqr_predict 2015-03-23 18:59:00 +01:00
test_learning_curve.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
test_metaestimators.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_multiclass.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_naive_bayes.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_pipeline.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_qda.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_random_projection.py MAINT use yield for cleaner output in verbose mode 2015-03-21 11:17:32 +05:30