Closed deepyaman closed 2 months ago
Attention: Patch coverage is 89.28571%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 85.53%. Comparing base (
aa71647
) to head (0387595
).
Files with missing lines | Patch % | Lines |
---|---|---|
ibis_ml/core.py | 85.71% | 2 Missing :warning: |
ibis_ml/steps/_common.py | 85.71% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of changes
For example, from the example notebook:
will yield:
Further down
pipe.get_params()
would also work:Issues closed
Partially addresses #135
Will probably leave it open until address
set_params()
, too