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

Implementation for #126: supporting evaluation & forward feature selection for custom metrics (e.g. lift) #128

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    47327a3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Revision of code based on Sam's review

    Sander Vanden Hautte committed May 25, 2022
    Configuration menu
    Copy the full SHA
    6e68737 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. model evaluation: fixing failed unit tests, new unit tests + models: …

    …reworking into base + child classes (had too much common code).
    Sander Vanden Hautte committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    46001ee View commit details
    Browse the repository at this point in the history
  2. Fix for breaking unit test during CI/CD (my local sklearn had way old…

    …er version).
    Sander Vanden Hautte committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    24442e2 View commit details
    Browse the repository at this point in the history