rapidsai / cuml

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

[QST] I am not able to find feature selection methods in cuML. #5698

Open yaseenhp opened 6 months ago

yaseenhp commented 6 months ago

What is your question? I have looked at feature selection methods that are equivalent to sklean feature selection but unforuntately I could not find them.

Could you please confirm if the feature selection part is available in other modules of cuml or not yet released?

dantegd commented 6 months ago

Hi @yaseenhp, thanks for the issue! Currently they are not part of the GPU accelerated parts of cuML, but you should be able to use the methods from Scikit-learn with cuML models.