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 support for cuml hdbscan membership_vector #1324

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

Commits on Jun 8, 2023

  1. add support for cuml hdbscan membership_vector

    cuml version 23.04 now has membership_vector, so this allows
    topic_model.transform() to calculate the probability matrix if
    using a cuml-based hdbscan model
    stevetracvc committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2fce29b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. removed batch_size param

    stevetracvc committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0c7058c View commit details
    Browse the repository at this point in the history
  2. fixed exception handler

    stevetracvc committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4e5f028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b971bf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee5bc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

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