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: parallel intra strided-rolling #102

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

jvdd
Copy link
Member

@jvdd jvdd commented May 24, 2023

Closes #98

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2023

Codecov Report

Merging #102 (17c5a23) into main (00c37eb) will decrease coverage by 0.18%.
The diff coverage is 93.33%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   97.91%   97.74%   -0.18%     
==========================================
  Files          23       23              
  Lines        1247     1284      +37     
==========================================
+ Hits         1221     1255      +34     
- Misses         26       29       +3     
Impacted Files Coverage Δ
tsflex/features/segmenter/strided_rolling.py 97.15% <78.57%> (-1.15%) ⬇️
tsflex/features/feature_collection.py 99.56% <97.67%> (+0.04%) ⬆️
tsflex/features/function_wrapper.py 100.00% <100.00%> (ø)
tsflex/features/utils.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jvdd jvdd marked this pull request as ready for review June 8, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow parallellization over the sliding-windows instead of over the feature functions?
3 participants