mljs / ml-pipe

https://mljs.github.io/ml-pipe/
MIT License
2 stars 0 forks source link

chore: add test cases for transformers #45

Closed kjappelbaum closed 1 year ago

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

Codecov Report

Base: 87.37% // Head: 88.08% // Increases project coverage by +0.70% :tada:

Coverage data is based on head (e53a3a9) compared to base (bdda99d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================== + Coverage 87.37% 88.08% +0.70% ========================================== Files 16 16 Lines 491 495 +4 Branches 98 100 +2 ========================================== + Hits 429 436 +7 + Misses 57 54 -3 Partials 5 5 ``` | [Impacted Files](https://codecov.io/gh/mljs/ml-pipe/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mljs) | Coverage Δ | | |---|---|---| | [src/transformers/preprocessing/MinMaxScaler.ts](https://codecov.io/gh/mljs/ml-pipe/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mljs#diff-c3JjL3RyYW5zZm9ybWVycy9wcmVwcm9jZXNzaW5nL01pbk1heFNjYWxlci50cw==) | `89.28% <100.00%> (+12.36%)` | :arrow_up: | | [src/transformers/preprocessing/StandardScaler.ts](https://codecov.io/gh/mljs/ml-pipe/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mljs#diff-c3JjL3RyYW5zZm9ybWVycy9wcmVwcm9jZXNzaW5nL1N0YW5kYXJkU2NhbGVyLnRz) | `100.00% <100.00%> (ø)` | | 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=mljs). 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=mljs)

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