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

[ENH] Implement Proximity Tree classifier using aeon distances #1566

Merged
merged 40 commits into from
Jun 27, 2024

Commits on May 24, 2024

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

Commits on May 28, 2024

  1. Added gini scores

    itsdivya1309 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8178f07 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Initial logic for tree

    itsdivya1309 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c352221 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. get best splitter

    itsdivya1309 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2d35c62 View commit details
    Browse the repository at this point in the history
  2. Minor typo

    itsdivya1309 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    48013f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

    itsdivya1309 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c242c8d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 12, 2024

  1. test parameter value

    itsdivya1309 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    52fe6bc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

  1. Fixing random state

    itsdivya1309 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2fe8bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf5327 View commit details
    Browse the repository at this point in the history
  3. Fix recursion base case

    itsdivya1309 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a7862d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Completed API

    itsdivya1309 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2f5cfd8 View commit details
    Browse the repository at this point in the history
  2. Completed API

    itsdivya1309 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0a87290 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Test case pass

    itsdivya1309 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f987e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71dead7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    60de487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19f2579 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Improve API

    itsdivya1309 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bdbf624 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Minor corrections

    itsdivya1309 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e0b005f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf0683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7dff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55ed384 View commit details
    Browse the repository at this point in the history
  5. Improve API and code cov

    itsdivya1309 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7f53362 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    67f9284 View commit details
    Browse the repository at this point in the history
  2. Pull from origin

    itsdivya1309 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b5e9fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2656017 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234a81c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    3133d19 View commit details
    Browse the repository at this point in the history
  2. Added API Reference

    itsdivya1309 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ba76b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354b358 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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