scikit-learn/sklearn/tests
Aldrian Obaja 1e8bdb859e FIX bug in fit_params assumed to be an array
Fixes gh-3957.
2014-12-15 18:07:05 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py add test_base.test_score_sample_weight 2014-04-21 10:53:07 +02: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: Moved compute_label test to common tests 2014-12-09 16:22:10 +01:00
test_cross_validation.py FIX bug in fit_params assumed to be an array 2014-12-15 18:07:05 +01:00
test_dummy.py Add sample_weight support to Dummy Regressor 2014-10-16 16:41:49 +02:00
test_grid_search.py DOC narrative docs for grid search's robustness to failure 2014-11-27 10:53:29 +11:00
test_hmm.py Fix bug identified in #1817, comment 17340049 2013-10-15 11:58:54 -07:00
test_init.py Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
test_isotonic.py import pickle 2014-09-17 11:49:16 +02:00
test_kernel_approximation.py fix factor of 2 in RBFSampler; make test more rigorous 2014-09-22 18:19:40 -04:00
test_lda.py added test for transformed scatter matrix 2014-08-24 22:18:25 +09:00
test_learning_curve.py FIX: remove deprecation warnings in learning curves under Python 3 2014-04-19 12:23:04 -04:00
test_multiclass.py Check if targets is a numpy array and convert it into one if it isn't 2014-11-30 11:26:38 +00:00
test_naive_bayes.py DOC what's new: GaussianNB.partial_fit + typo in comment 2014-07-04 15:41:45 +02:00
test_pipeline.py pep8 2014-10-07 10:50:36 +02:00
test_qda.py One less warning in QDA tests. 2013-11-09 18:46:09 +09:00
test_random_projection.py ENH use specific warning class for RP 2014-11-18 14:55:56 +01:00