[scikit-learn/scikit-learn] 5925fb: [MRG] FIX run test for meta-estimator having estim...
Branch: refs/heads/master Home: https://github.com/scikit-learn/scikit-learn Commit: 5925fb9e4fb372f254b5401c6011215132fa61ee https://github.com/scikit-learn/scikit-learn/commit/5925fb9e4fb372f254b5401c... Author: Guillaume Lemaitre <g.lemaitre58@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/whats_new/v0.22.rst M sklearn/ensemble/tests/test_voting.py M sklearn/ensemble/voting.py M sklearn/tests/test_common.py M sklearn/utils/estimator_checks.py Log Message: ----------- [MRG] FIX run test for meta-estimator having estimators keyword (#14305) * TST run test for meta-estimator having estimators keyword * TST check the target when classifying * raise warning for 2d array in regression * always convert to 2D array before average * DOC add whats new * iter * iter * address comments Nicolas * iter * remove parameter for VotingClassifier * move tests into ensemble voting * PEP8
participants (1)
-
Guillaume Lemaitre