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

FairGBM refactor (multi-threading etc.) #18

Open
wants to merge 32 commits into
base: main-fairgbm
Choose a base branch
from

Conversation

AndreFCruz
Copy link
Contributor

@AndreFCruz AndreFCruz commented Jul 4, 2022

Closes #6

TODO: as per the profiling we ran, the first thing to optimize is all the string comparisons happening in the CosntrainedObjectiveFunction -- these take up around 1/3rd of the total run time.

Must only be merged after #15 and #16

TODO: needs a rebase a-la #16

@AndreFCruz AndreFCruz changed the title FairGBM multi-threading FairGBM refactor (multi-threading etc.) Jul 20, 2022
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

Successfully merging this pull request may close these issues.

Implement Multi-threading in FairGBM logic
2 participants