Evovest / EvoTrees.jl

Boosted trees in Julia
https://evovest.github.io/EvoTrees.jl/dev/
Apache License 2.0
175 stars 21 forks source link

DF refactor #229

Closed jeremiedb closed 1 year ago

jeremiedb commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 49.68% and project coverage change: +2.43 :tada:

Comparison is base (47fbb13) 48.10% compared to head (66c247f) 50.53%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================== + Coverage 48.10% 50.53% +2.43% ========================================== Files 20 21 +1 Lines 1607 1763 +156 ========================================== + Hits 773 891 +118 - Misses 834 872 +38 ``` | [Impacted Files](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/EvoTrees.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0V2b1RyZWVzLmps) | `16.66% <ø> (+7.57%)` | :arrow_up: | | [src/gpu/eval.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9ldmFsLmps) | `0.00% <0.00%> (ø)` | | | [src/gpu/fit-utils.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9maXQtdXRpbHMuamw=) | `0.00% <0.00%> (ø)` | | | [src/gpu/fit.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9maXQuamw=) | `0.00% <0.00%> (ø)` | | | [src/gpu/init.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9pbml0Lmps) | `0.00% <0.00%> (ø)` | | | [src/gpu/loss.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9sb3NzLmps) | `0.00% <0.00%> (ø)` | | | [src/gpu/predict.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9wcmVkaWN0Lmps) | `0.00% <0.00%> (ø)` | | | [src/gpu/subsample.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dwdS9zdWJzYW1wbGUuamw=) | `0.00% <0.00%> (ø)` | | | [src/structs.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3N0cnVjdHMuamw=) | `44.00% <33.33%> (-6.00%)` | :arrow_down: | | [src/callback.jl](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2NhbGxiYWNrLmps) | `61.03% <58.49%> (-5.63%)` | :arrow_down: | | ... and [9 more](https://app.codecov.io/gh/Evovest/EvoTrees.jl/pull/229?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.