-
Notifications
You must be signed in to change notification settings - Fork 61
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
UCCRecalibration fit method running on one CPU core #23
Comments
@jirin1a do you have thoughts on this? |
@AdelNamani, yes, the fit() method currently uses a single processor. Algorithmically, it can be parallelized. Before we look into this, can you give us more detail: what is the size of the data object with which you are invoking fit() and the amount of data you are recalibrating? |
Here are some details about the size of the data object I am trying to train on:
This represents 25% of my train data. |
I see. We may put this request on our todo list - speeding up the fit() call make sense. |
That's what I am doing actually, thanks! |
UCCRecalibration.fit
runs on only one CPU core.Is there a way to parallelize the execution of this method?
The text was updated successfully, but these errors were encountered: