Closed lmcinnes closed 3 years ago
Merging #86 (78e002c) into master (e7048c0) will decrease coverage by
0.20%
. The diff coverage is86.66%
.
@@ Coverage Diff @@
## master #86 +/- ##
==========================================
- Coverage 91.29% 91.09% -0.21%
==========================================
Files 24 24
Lines 3861 3975 +114
==========================================
+ Hits 3525 3621 +96
- Misses 336 354 +18
Impacted Files | Coverage Δ | |
---|---|---|
vectorizers/_window_kernels.py | 83.94% <73.80%> (-4.61%) |
:arrow_down: |
vectorizers/transformers/sliding_windows.py | 93.00% <88.60%> (-3.59%) |
:arrow_down: |
vectorizers/tests/test_transformers.py | 100.00% <100.00%> (ø) |
|
vectorizers/transformers/__init__.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3b68a62...78e002c. Read the comment docs.
For now just a couple of simple test kernels; one for count time series anomaly detection, and another to work with time interval time series anomaly detection, which is similar. Enough basics to test out that the named function code-path works.