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

Add a super quick f-ANOVA algorithm named PED-ANOVA #5212

Merged
merged 41 commits into from
Feb 20, 2024

Commits on Jan 29, 2024

  1. [feat] Add the first draft of PED-ANOVA

    * Separate a file for efficient Parzen estimator
    * Raise value error when there are 2< samples better than baseline
    * Fix an import error and remove zero weights from Parzen estimator
    * Rename step to n_steps
    * Add a small number to categorical weights to avoid numerical errors
    * Rename efficient pe to scott pe
    * Add documentation for PED-ANOVA
    * Keep only quantile filters for now
    nabenabe0928 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dd9711f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    3d17362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60cf66 View commit details
    Browse the repository at this point in the history
  3. Remove filter directory

    nabenabe0928 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ee372ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7c665 View commit details
    Browse the repository at this point in the history
  5. Add custom filter

    nabenabe0928 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8f35675 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Add tests for PED-ANOVA

    nabenabe0928 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    74b71b9 View commit details
    Browse the repository at this point in the history
  2. Bundle tests

    nabenabe0928 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6a0987f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96e6fba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    925b6dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56e878b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40662e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

  1. Fix formatting errors

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    633fff2 View commit details
    Browse the repository at this point in the history
  2. Rename files

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a822d21 View commit details
    Browse the repository at this point in the history
  3. Add quantile filter

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    598ffcb View commit details
    Browse the repository at this point in the history
  4. Apply mamu's reviews

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1f100a3 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    681e25f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e13e838 View commit details
    Browse the repository at this point in the history
  7. Bundle the tests

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    120b86b View commit details
    Browse the repository at this point in the history
  8. Fix mypy error

    nabenabe0928 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ff9a3e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    2df39f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    964054e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb2a1fc View commit details
    Browse the repository at this point in the history
  4. Apply formatter

    nabenabe0928 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5f3f866 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Remove empty test file

    nabenabe0928 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    44deb27 View commit details
    Browse the repository at this point in the history
  2. Cover all the forking

    nabenabe0928 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    144ae9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    446966b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    901946a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc071c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12eee7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e429b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67d4251 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b690702 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1acdc12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57a2a1a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Apply mamu's suggestion

    nabenabe0928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dbe7ad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    2c12f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1fe66 View commit details
    Browse the repository at this point in the history
  3. Fix examples in doc

    nabenabe0928 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    17006ee View commit details
    Browse the repository at this point in the history