rapidsai / cuml

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

TSNE CPU/GPU Interop #6063

Closed divyegala closed 2 months ago

divyegala commented 2 months ago

As TSNE has no standalone transform function, this PR simply adds the ability to fit/fit_transform a CPU TSNE model

divyegala commented 2 months ago

/merge