light-curve / light-curve-feature

Time-series feature extraction Rust crate
GNU General Public License v3.0
9 stars 0 forks source link

Feature transformations #108

Closed hombit closed 1 year ago

hombit commented 1 year ago

Fix #107

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 95.33% and project coverage change: +0.21 :tada:

Comparison is base (f171c41) 93.42% compared to head (e5afeb5) 93.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #108 +/- ## ========================================== + Coverage 93.42% 93.64% +0.21% ========================================== Files 70 77 +7 Lines 6327 6797 +470 ========================================== + Hits 5911 6365 +454 - Misses 416 432 +16 ``` | [Impacted Files](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve) | Coverage Δ | | |---|---|---| | [src/feature.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL2ZlYXR1cmUucnM=) | `100.00% <ø> (ø)` | | | [src/lib.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL2xpYi5ycw==) | `100.00% <ø> (ø)` | | | [src/macros.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL21hY3Jvcy5ycw==) | `76.47% <ø> (ø)` | | | [src/transformers/bazin\_fit.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL3RyYW5zZm9ybWVycy9iYXppbl9maXQucnM=) | `90.16% <90.16%> (ø)` | | | [src/transformers/villar\_fit.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL3RyYW5zZm9ybWVycy92aWxsYXJfZml0LnJz) | `91.04% <91.04%> (ø)` | | | [src/tests.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL3Rlc3RzLnJz) | `88.58% <94.44%> (+0.26%)` | :arrow_up: | | [src/features/transformed.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL2ZlYXR1cmVzL3RyYW5zZm9ybWVkLnJz) | `94.84% <94.84%> (ø)` | | | [src/transformers/clipped\_lg.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL3RyYW5zZm9ybWVycy9jbGlwcGVkX2xnLnJz) | `95.83% <95.83%> (ø)` | | | [src/transformers/composed.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL3RyYW5zZm9ybWVycy9jb21wb3NlZC5ycw==) | `98.38% <98.38%> (ø)` | | | [src/transformers/mod.rs](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve#diff-c3JjL3RyYW5zZm9ybWVycy9tb2QucnM=) | `100.00% <100.00%> (ø)` | | | ... and [1 more](https://codecov.io/gh/light-curve/light-curve-feature/pull/108?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve) | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/light-curve/light-curve-feature/pull/108/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=light-curve)

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