rapidsai / cuml

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

Computationally expensive feature selection algorithms like RFE #5775

Open MostafaBouzari opened 9 months ago

MostafaBouzari commented 9 months ago

Dear Community, Feature selection is an important part of the ML pipeline. Often these algorithms are time consuming and not efficient to run on a dataframe/dataset with extraordinary columns (e.g.: 500 or 5000). in those cases, algorithms like Recursive Feature Elimination (RFE) are Impossible to run and train on different module.

We can use some of these different on cpu time-consuming and computationally expensive algorithms into cuML.

that would help us a lot.

tnx.

dantegd commented 8 months ago

Thanks for the request @MostafaBouzari! It is very useful to know that RFE and related algos are of interest, we will be considering them for development in a future release.