Closed OliviaLynn closed 8 months ago
Attention: Patch coverage is 92.85714%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 97.11%. Comparing base (
40802f3
) to head (99d3fd8
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/rail/estimation/algos/uniform_binning.py | 66.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem & Solution Description (including issue #)
Brings parallelization code of UniformBinningClassifier up to parent PZClassifier. (While I'm not making the equal count classifier parallelized as well, that and future classifiers would now be able to run in parallel by implementing their own version of _process_chunk).
Adds in some docstrings to make the process as transparent as possible, and ideally a helpful template for anyone ramping up on rail-style parallelization in the future.
Code Quality
#pragma: no cover
; in the case of a bugfix, a new test that breaks as a result of the bug has been added