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

WIP: having exhaustive feature selector take a custom iterator as input #834

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2021

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

Commits on Oct 5, 2021

  1. WIP: generic feature selector added; includes both exhaustive and seq…

    …uential as special cases; allows for categorical variables
    jonathan-taylor committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    425348a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c76af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b174cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf42afa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from jonathan-taylor/categorical_features

    Generic feature selector with categorical features and pd.DataFrame support
    jonathan-taylor committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    0d236f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beca2d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c19e4c1 View commit details
    Browse the repository at this point in the history
  8. some lint cleanup

    jonathan-taylor committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    72b6f55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d817d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c98d6e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    4482a65 View commit details
    Browse the repository at this point in the history
  2. added comparison to step for Boston data using neg_AIC to select; can…

    … have a model with no features (design==0)
    jonathan-taylor committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d980387 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

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

Commits on Nov 29, 2021

  1. fix ci

    rasbt committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9a4907e View commit details
    Browse the repository at this point in the history