rapidsai / cuml

cuML - RAPIDS Machine Learning Library

Home Page:https://docs.rapids.ai/api/cuml/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEA] Sparse PCA in C++ Layer

aamijar opened this issue · comments

In the middle of adding the PCA initialization for TSNE, we realized that there is no support yet for sparse inputs for PCA.

Updated title to reflect the need for this capability in the c++ layer. We do have a sparse PCA in the Python layer