-
Notifications
You must be signed in to change notification settings - Fork 23
Support for parallelising ranking computations #530
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
base: master
Are you sure you want to change the base?
Conversation
…ting statistical uncertainty in non-np-shift methods
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #530 +/- ##
===========================================
- Coverage 100.00% 99.42% -0.58%
===========================================
Files 22 23 +1
Lines 2096 2264 +168
Branches 291 320 +29
===========================================
+ Hits 2096 2251 +155
- Misses 0 9 +9
- Partials 0 4 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@alexander-held what do you think of this implementation to parallelise with a user-fed client? |
Status: Blocked ❌Issues blocking this PR:This comment was automatically written by the Blocking Issues bot, and this PR will be monitored for further progress. |
Closes #442 and related to #421.
This PR is intended to introduce the infrastructure to be able to easily parallelise the production of ranking plots:
dask
clientBlocked by #514