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

Optimze the CustomXGBoost class (.apply) #39

Open
JulianBiesheuvel opened this issue Jul 17, 2024 · 0 comments
Open

Optimze the CustomXGBoost class (.apply) #39

JulianBiesheuvel opened this issue Jul 17, 2024 · 0 comments
Labels
low priority performance Improve computational performance of the model

Comments

@JulianBiesheuvel
Copy link
Collaborator

In the custom loss function, the .apply should be rewritten/removed by more efficient code. Options are vectorizing, adding @jit for Numba usage, or similar. This should be more researched about what works and what not in this setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority performance Improve computational performance of the model
Projects
None yet
Development

No branches or pull requests

1 participant