numaproj / numalogic

Collection of operational time series ML models and tools
https://numalogic.numaproj.io/
Apache License 2.0
166 stars 28 forks source link

feat: support for train transformers #354

Closed s0nicboOm closed 6 months ago

s0nicboOm commented 6 months ago
  1. Introduce train transformers. Note: train transformers are fitted first and then the preprocess transformers are fitted next.

  2. DataClipper now just supports Sequence[float] . Avoiding just accepting a s ingle float value.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 92.67%. Comparing base (377ada2) to head (d14d9ea).

Files Patch % Lines
numalogic/transforms/_stateless.py 81.81% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #354 +/- ## ========================================== + Coverage 92.56% 92.67% +0.10% ========================================== Files 83 83 Lines 4078 4080 +2 Branches 352 352 ========================================== + Hits 3775 3781 +6 + Misses 225 223 -2 + Partials 78 76 -2 ```

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