mayer79 / flashlight

Machine learning explanations
https://mayer79.github.io/flashlight/
GNU General Public License v2.0
22 stars 4 forks source link

replace importFrom by :: #54

Closed mayer79 closed 1 year ago

mayer79 commented 1 year ago

This PR

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 84.84% and project coverage change: -0.15 :warning:

Comparison is base (50e70b3) 83.62% compared to head (09fcd00) 83.48%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ========================================== - Coverage 83.62% 83.48% -0.15% ========================================== Files 47 47 Lines 1606 1774 +168 ========================================== + Hits 1343 1481 +138 - Misses 263 293 +30 ``` | [Impacted Files](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer) | Coverage Δ | | |---|---|---| | [R/common\_breaks.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9jb21tb25fYnJlYWtzLlI=) | `75.00% <ø> (ø)` | | | [R/is\_flashlight.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9pc19mbGFzaGxpZ2h0LlI=) | `90.90% <ø> (ø)` | | | [R/light\_check.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9saWdodF9jaGVjay5S) | `74.35% <ø> (ø)` | | | [R/multiflashlight.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9tdWx0aWZsYXNobGlnaHQuUg==) | `73.33% <ø> (-6.67%)` | :arrow_down: | | [R/predict\_flashlight.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9wcmVkaWN0X2ZsYXNobGlnaHQuUg==) | `66.66% <ø> (ø)` | | | [R/print\_flashlight.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9wcmludF9mbGFzaGxpZ2h0LlI=) | `0.00% <0.00%> (ø)` | | | [R/print\_light.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9wcmludF9saWdodC5S) | `0.00% <ø> (ø)` | | | [R/print\_multiflashlight.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9wcmludF9tdWx0aWZsYXNobGlnaHQuUg==) | `0.00% <ø> (ø)` | | | [R/response.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui9yZXNwb25zZS5S) | `85.71% <ø> (ø)` | | | [R/zzz.R](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer#diff-Ui96enouUg==) | `0.00% <ø> (ø)` | | | ... and [37 more](https://app.codecov.io/gh/mayer79/flashlight/pull/54?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Mayer) | |

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

mayer79 commented 1 year ago

First step towards https://github.com/mayer79/flashlight/issues/53