Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to speed up the algorithm? #128

Open
kkckk1110 opened this issue Jul 4, 2024 · 2 comments
Open

How to speed up the algorithm? #128

kkckk1110 opened this issue Jul 4, 2024 · 2 comments

Comments

@kkckk1110
Copy link

I found the process extremely slow when having many features. How can I speed up the process? Can I use the GPU to accelerate?

@Wuuzzaa
Copy link

Wuuzzaa commented Jul 4, 2024

GPU is not supported. Ensure to use all CPU cores in your estimator, if not done already. Maybe consider using a faster/simpler estimator. If the dataset is too huge, use subsampling to speedup. The feature importance should not change extremely when 10k rows compared with 10m rows. When all of the above fails, try to filter out some features with simpler methods and run boruta afterward. Hope this helps.

@AhmedThahir
Copy link

I think these are great key points that should be included in the main documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants