TutteInstitute / vectorizers

Vectorizers for a range of different data types
BSD 3-Clause "New" or "Revised" License
97 stars 23 forks source link

Add named function kernels for sliding windows #86

Closed lmcinnes closed 3 years ago

lmcinnes commented 3 years ago

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.

codecov-commenter commented 3 years ago

Codecov Report

Merging #86 (78e002c) into master (e7048c0) will decrease coverage by 0.20%. The diff coverage is 86.66%.

Impacted file tree graph

@@            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.