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 Forest classifier #1729

Merged
merged 34 commits into from
Aug 2, 2024

Commits on Jun 26, 2024

  1. Proximity Forest draft

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

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Update init

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

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Tests for forest

    itsdivya1309 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d063b99 View commit details
    Browse the repository at this point in the history
  2. Docstring

    itsdivya1309 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    81f86ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab94aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3359fe3 View commit details
    Browse the repository at this point in the history
  5. Update tags

    itsdivya1309 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    80f1ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Fix tests

    itsdivya1309 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    db136c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    4631e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d0461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a8175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8905461 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

    itsdivya1309 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2d74d4d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7953c00 View commit details
    Browse the repository at this point in the history
  2. Parallel threading

    itsdivya1309 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b7505ad View commit details
    Browse the repository at this point in the history
  3. Using unit test dataset

    itsdivya1309 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c853e55 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 13, 2024

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

Commits on Jul 15, 2024

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

    itsdivya1309 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3d449e8 View commit details
    Browse the repository at this point in the history
  3. First check pure nodes

    itsdivya1309 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    28bbad5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    7790ba9 View commit details
    Browse the repository at this point in the history
  2. Remove n_jobs for tree

    itsdivya1309 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cb9b361 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Majority Voting

    itsdivya1309 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9db1645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4c83a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 25, 2024

  1. threading

    itsdivya1309 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0a998bb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. More randomness

    itsdivya1309 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    98cf52b View commit details
    Browse the repository at this point in the history
  2. Revert "More randomness"

    This reverts commit 98cf52b.
    itsdivya1309 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a6a9821 View commit details
    Browse the repository at this point in the history
  3. Revert "threading"

    This reverts commit 0a998bb.
    itsdivya1309 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    966c6dd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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