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

Improve model selection #848

Merged
merged 13 commits into from
Feb 14, 2024
Merged

Improve model selection #848

merged 13 commits into from
Feb 14, 2024

Commits on Feb 6, 2024

  1. Restore _rlearner.py line endings

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    152a609 View commit details
    Browse the repository at this point in the history
  2. Pass discrete outcome to nested model

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c48fd74 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add needs_fit property

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1430fe5 View commit details
    Browse the repository at this point in the history
  2. Enable pipeline handling during model selection

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    188a33b View commit details
    Browse the repository at this point in the history
  3. Enable multiple nuisance fitting passes

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7ee2cdc View commit details
    Browse the repository at this point in the history
  4. Use R2 score for ElasticNet model selection

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6c1499a View commit details
    Browse the repository at this point in the history
  5. Extend string options for model selection

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d3c0ed7 View commit details
    Browse the repository at this point in the history
  6. Add model selection documentation

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    496bbb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix misc. errors flagged by flake8

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9fb3701 View commit details
    Browse the repository at this point in the history
  2. Always use generated folds for model selection

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    435ef0f View commit details
    Browse the repository at this point in the history
  3. Fix RidgeCV model selection

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4fd28e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add model selection tests

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d911f1b View commit details
    Browse the repository at this point in the history
  2. Update docstrings

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    kbattocchi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d42cb2f View commit details
    Browse the repository at this point in the history