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

fix: support sklearn BaseEstimators #407

Closed s0nicboOm closed 1 month ago

s0nicboOm commented 1 month ago

The transformers and threshold model inherit BaseEstimator class.

Fixes:

mlflow saving of models

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.15%. Comparing base (eb9ceb1) to head (abc39d6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #407 +/- ## ========================================== + Coverage 92.11% 92.15% +0.04% ========================================== Files 97 97 Lines 4782 4782 Branches 430 430 ========================================== + Hits 4405 4407 +2 + Misses 279 278 -1 + Partials 98 97 -1 ```

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