Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: old vanilla AE #368

Closed
wants to merge 22 commits into from

Merge branch 'main' into feat/postproc-order

b20f343
Select commit
Loading
Failed to load commit list.
Closed

feat!: old vanilla AE #368

Merge branch 'main' into feat/postproc-order
b20f343
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 8, 2024 in 1s

91.95% (-1.13%) compared to f29f771

View this Pull Request on Codecov

91.95% (-1.13%) compared to f29f771

Details

Codecov Report

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

Project coverage is 91.95%. Comparing base (f29f771) to head (b20f343).

Files Patch % Lines
numalogic/transforms/_scaler.py 33.33% 24 Missing ⚠️
numalogic/connectors/druid/_druid.py 53.33% 12 Missing and 2 partials ⚠️
numalogic/models/threshold/_median.py 45.45% 5 Missing and 1 partial ⚠️
numalogic/transforms/_postprocess.py 42.85% 4 Missing ⚠️
numalogic/backtest/_prom.py 82.35% 1 Missing and 2 partials ⚠️
numalogic/models/autoencoder/variants/vanilla.py 94.87% 0 Missing and 2 partials ⚠️
numalogic/udfs/postprocess.py 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #368      +/-   ##
==========================================
- Coverage   93.07%   91.95%   -1.13%     
==========================================
  Files          97       98       +1     
  Lines        4492     4612     +120     
  Branches      387      409      +22     
==========================================
+ Hits         4181     4241      +60     
- Misses        231      281      +50     
- Partials       80       90      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.