* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_bagging.py | ||
| test_base.py | ||
| test_forest.py | ||
| test_gradient_boosting.py | ||
| test_gradient_boosting_loss_functions.py | ||
| test_iforest.py | ||
| test_partial_dependence.py | ||
| test_voting_classifier.py | ||
| test_weight_boosting.py | ||