rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.05k stars 523 forks source link

[FEA] PaCMAP manifold dimension reduction #4726

Open ck37 opened 2 years ago

ck37 commented 2 years ago

Is your feature request related to a problem? Please describe.

I would like to have a GPU-accelerated version of the PaCMAP algorithm, a competitor to UMAP. Personally, I would use this with the BERTopic topic-modeling framework but PaCMAP could in theory be used anywhere that algorithms like tSNE or UMAP are used.

Describe the solution you'd like

Similar to cuML.manifold.umap, it would be a python implementation of PaCMAP that runs on GPU.

Additional context

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

mikful commented 1 year ago

I would also like to see this. I find PaCMAP to generate more useable embeddings, faster and with less parameter optimization.

github-actions[bot] commented 1 year ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

raulcarlomagno commented 10 months ago

up 👍

mvarnold commented 6 months ago

Also interested

mlekkerkerker commented 2 weeks ago

I would also like to see this