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

[FEA] Enable HDBSCAN to build knn graph using NN Descent #5939

Open
wants to merge 35 commits into
base: branch-24.10
Choose a base branch
from

Commits on Jun 14, 2024

  1. enable nn descent in hdbscan

    jinsolp committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f0b1ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107b636 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. change epilogue functor

    jinsolp committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8f036a9 View commit details
    Browse the repository at this point in the history
  2. cleanup

    jinsolp committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e158a74 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    ac03040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16a619 View commit details
    Browse the repository at this point in the history
  3. remove and add comments

    jinsolp committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f2c3c92 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    b461d31 View commit details
    Browse the repository at this point in the history
  2. add return_distances for cdef

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

Commits on Jun 22, 2024

  1. Add to param names

    jinsolp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    437406f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. add documentation

    jinsolp committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7683d36 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    70b8835 View commit details
    Browse the repository at this point in the history
  2. change test

    jinsolp committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    152a8a3 View commit details
    Browse the repository at this point in the history
  3. add copy kernel

    jinsolp committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f0cdd3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9545f79 View commit details
    Browse the repository at this point in the history
  5. remove build_algo in test

    jinsolp committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    be5c167 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 24, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    4ebf734 View commit details
    Browse the repository at this point in the history
  2. use slice kernels

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    746ac33 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. tests

    jinsolp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2b46746 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    6bb6357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da003f View commit details
    Browse the repository at this point in the history
  3. adding arg

    jinsolp committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3ec57c7 View commit details
    Browse the repository at this point in the history
  4. for building + CI check

    jinsolp committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d93aee6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. ann types fix

    jinsolp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7dbe38d View commit details
    Browse the repository at this point in the history
  2. type fix

    jinsolp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    337aa88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce96893 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. change if to raft_expects

    jinsolp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    154bbda View commit details
    Browse the repository at this point in the history
  2. revert fork and pinned tag

    jinsolp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6083812 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    jinsolp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    732a06e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    517f7ab View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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

Commits on Sep 22, 2024

  1. change to switch

    jinsolp committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    904ab1b View commit details
    Browse the repository at this point in the history