scikit-learn/sklearn/ensemble/tests
Ganiev Ibraim b3e122a0b5 [MRG+2] parallelized VotingClassifier and sample_weight support (#5805)
* parallelized VotingClassifier

* rename list to list_ to avoid problems

* Added new tests for sample_weight, multithreading and multiprocessing

* assert_equal -> assert_array_equal

* Fixed sample_weight existence check and test_sample_weight

* Code is clearer now

* Tests refactoring, 'backend' parameter removed

* Tests indentation fix

* reverted parallel predict and predict_proba to single threaded version

* what's new section added

* minor fixes

* check for sample_weight support in underlying estimators added

* newline at the end of test
2016-08-26 14:41:21 +10:00
..
__init__.py ENH: Added __init__.py into ensemble/tests/ 2011-11-16 16:27:20 +01:00
test_bagging.py [MRG] Remove heavy memory footprint in BaseBagging due to OOB scoring (#7118) 2016-08-23 16:59:32 +10: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_forest.py TST make test_forest robust to platform variability 2016-08-10 11:55:04 +02:00
test_gradient_boosting.py General spelling fixes 2015-12-16 09:46:42 -08:00
test_gradient_boosting_loss_functions.py FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
test_iforest.py [MRG] Remove heavy memory footprint in BaseBagging due to OOB scoring (#7118) 2016-08-23 16:59:32 +10:00
test_partial_dependence.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_voting_classifier.py [MRG+2] parallelized VotingClassifier and sample_weight support (#5805) 2016-08-26 14:41:21 +10:00
test_weight_boosting.py Main Commits - Major 2015-10-23 17:28:08 +02:00