0

I am wondering if there's support for RFE execution over GPUs From what I checked in sklearn site, I couldn't find any documentation for that, therefore, I assume there's no official support. [https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html]

If there are some pointers to either official support, or any academic/non-academic attempts, would appreciate the info.

molbdnilo
  • 64,751
  • 3
  • 43
  • 82

1 Answers1

1

SKLearn does not support GPU utilization for any of their functions. You can find more about that here: Will scikit-learn utilize GPU?

Ach113
  • 1,775
  • 3
  • 18
  • 40