Closed deepyaman closed 2 months ago
Attention: Patch coverage is 96.66667%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 88.70%. Comparing base (
cfd6dc1
) to head (effadce
).
Files with missing lines | Patch % | Lines |
---|---|---|
ibis_ml/core.py | 94.28% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Related to #135 and #136
Before this PR, it wasn't possible to call
set_params()
onStep
objects, andRecipe.set_params()
only trivially set thesteps
param. With this PR, you can actually set the parameters listed byRecipe.get_params()
(andStep.get_params()
), which is more robust and akin to scikit-learn.