keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 115 forks source link

make discretization backend agnostic #896

Closed divyashreepathihalli closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 80.76% and project coverage change: -12.93% :warning:

Comparison is base (1704ecf) 79.75% compared to head (fa12ff5) 66.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #896 +/- ## =========================================== - Coverage 79.75% 66.83% -12.93% =========================================== Files 318 318 Lines 28638 28653 +15 Branches 5451 5456 +5 =========================================== - Hits 22841 19149 -3692 - Misses 4333 8163 +3830 + Partials 1464 1341 -123 ``` | [Flag](https://app.codecov.io/gh/keras-team/keras-core/pull/896/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | Coverage Δ | | |---|---|---| | [keras_core](https://app.codecov.io/gh/keras-team/keras-core/pull/896/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `66.83% <80.76%> (-12.86%)` | :arrow_down: | | [keras_core-numpy](https://app.codecov.io/gh/keras-team/keras-core/pull/896/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `?` | | | [keras_core-tensorflow](https://app.codecov.io/gh/keras-team/keras-core/pull/896/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `66.83% <80.76%> (+<0.01%)` | :arrow_up: | | [keras_core-torch](https://app.codecov.io/gh/keras-team/keras-core/pull/896/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/keras-team/keras-core/pull/896?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | Coverage Δ | | |---|---|---| | [keras\_core/backend/common/backend\_utils.py](https://app.codecov.io/gh/keras-team/keras-core/pull/896?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL2NvbW1vbi9iYWNrZW5kX3V0aWxzLnB5) | `65.71% <73.68%> (-34.29%)` | :arrow_down: | | [keras\_core/layers/preprocessing/discretization.py](https://app.codecov.io/gh/keras-team/keras-core/pull/896?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9sYXllcnMvcHJlcHJvY2Vzc2luZy9kaXNjcmV0aXphdGlvbi5weQ==) | `81.48% <100.00%> (-1.56%)` | :arrow_down: | ... and [75 files with indirect coverage changes](https://app.codecov.io/gh/keras-team/keras-core/pull/896/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.