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

[BUG] fix unreported set_params bug in ClassifierPipeline and RegressorPipeline #3857

Merged
merged 13 commits into from Dec 22, 2022

Commits on Nov 30, 2022

  1. fix set_params

    fkiraly committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2f9ce26 View commit details
    Browse the repository at this point in the history
  2. fix merge accident

    fkiraly committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    78df1f7 View commit details
    Browse the repository at this point in the history
  3. Update _dummy.py

    fkiraly committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7cd438d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    024d288 View commit details
    Browse the repository at this point in the history
  5. was this bug hallucinated?

    fkiraly committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1cb38f5 View commit details
    Browse the repository at this point in the history
  6. solve this by deep_equals

    fkiraly committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5351026 View commit details
    Browse the repository at this point in the history
  7. deal with class

    fkiraly committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bd0b1df View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. wrong equality sign

    fkiraly committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1638161 View commit details
    Browse the repository at this point in the history
  2. subset dict

    fkiraly committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7d18737 View commit details
    Browse the repository at this point in the history
  3. remove object equals

    fkiraly committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9e2e0b7 View commit details
    Browse the repository at this point in the history
  4. linting

    fkiraly committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    afec96b View commit details
    Browse the repository at this point in the history
  5. linting

    fkiraly committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0c88f0a View commit details
    Browse the repository at this point in the history
  6. super call fix

    fkiraly committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d94fbf7 View commit details
    Browse the repository at this point in the history