Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG+1] Change VotingClassifier estimators by set_params #7674

Merged
merged 12 commits into from Apr 10, 2017

Commits on Oct 14, 2016

  1. PR to 7288

    Use _BaseComposition as base
    yl565 committed Oct 14, 2016
    Copy the full SHA
    eb36ac1 View commit details
    Browse the repository at this point in the history
  2. Fix flakes problem

    yl565 committed Oct 14, 2016
    Copy the full SHA
    fca44db View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Change pipeline, add more tests and other changes

    1. Use ``_BaseComposition`` in class ``Pipeline`` and ``FeatureUnion``
    2. Add tests of soft voting ``transform`` when one estimator is set to None
    3. Add estimator name validation in ``_BaseComposition`` and tests
    4. Other requested changes.
    yl565 committed Nov 13, 2016
    Copy the full SHA
    e8a92ce View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. Copy the full SHA
    30149c2 View commit details
    Browse the repository at this point in the history
  2. Remove the unused import warn

    yl565 committed Jan 15, 2017
    Copy the full SHA
    cde2412 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Copy the full SHA
    655e48c View commit details
    Browse the repository at this point in the history
  2. resolve conflict with master

    yl565 committed Apr 5, 2017
    Copy the full SHA
    967726a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Copy the full SHA
    ef913a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6388185 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6169a91 View commit details
    Browse the repository at this point in the history
  4. Add to whats_new.rst

    yl565 committed Apr 10, 2017
    Copy the full SHA
    c063d0e View commit details
    Browse the repository at this point in the history
  5. Fix too many blank lines

    yl565 committed Apr 10, 2017
    Copy the full SHA
    97969dd View commit details
    Browse the repository at this point in the history