WillKoehrsen / feature-selector

Feature selector is a tool for dimensionality reduction of machine learning datasets
GNU General Public License v3.0
2.23k stars 768 forks source link

How to use Dask during the feature removal process? #26

Open windowshopr opened 5 years ago

windowshopr commented 5 years ago

Not really an issue, but just wanting to be pointed in the right direction if such a thing is possible. During the “removal all” step, it uses a lightgbm to determine feature importance’s, and I’m wondering if Dask could be used during that step to help speed it along?