scikit-learn/sklearn/feature_selection/tests
Olivier Grisel e01749068c MAINT fix prng in test_f_oneway_ints
Not fixing the PRNG cause the test to fail randomly under windows
where the 4 decimals place check can be too strict for some unlucky
random draws of test data.
2014-07-29 08:54:47 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
test_chi2.py FIX yet another chi2 bug 2013-06-01 17:42:04 +02:00
test_feature_select.py MAINT fix prng in test_f_oneway_ints 2014-07-29 08:54:47 +02:00
test_from_model.py FIX: np.random.randint expects signed 32 bit integers under Windows 2014-03-27 14:20:03 +01:00
test_rfe.py Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used. 2014-07-17 13:53:06 +01:00
test_variance_threshold.py COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00