-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ENH]: Complexity features #145
Conversation
f70fd6e
to
16411a9
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #145 +/- ##
==========================================
- Coverage 90.04% 89.80% -0.24%
==========================================
Files 90 99 +9
Lines 4118 4367 +249
Branches 811 842 +31
==========================================
+ Hits 3708 3922 +214
- Misses 286 305 +19
- Partials 124 140 +16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
@omidvarnia Can you create one marker per measure? The way it is right now is one marker to rule them all. Junifer's philosophy is to have specific markers with minimal parametrisation. |
28fc826
to
754bfa9
Compare
5ab727d
to
df5c96e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The tests are failing for storage and I believe it has something to do with how the marker computation output is being manipulated, would be good if you take a look.
- Would be great if you also take a look at [ENH]: Support for multiple computed masks #175 for handling the mask parameter.
d9633f6
to
5ea9195
Compare
951f9d0
to
83a2fa5
Compare
736a65b
to
486c6db
Compare
Needs to wait for #269, but should be good for review. |
…opy, permutation entropy, and weighted permutation entropy. To be tested and verified.
…ropy and its weighted version, sample entropy, AUC od multiscale entropy, and Hurst exponent) were added to the Complexity class of markers.
eb174fb
to
a8fb07d
Compare
…at no runtime funk can happen
@fraimondo I've adapted the imports and everything else as we discussed, should be good for a review. I'll fix the tests in the meantime. |
This PR adds seven complexity measures, i.e., range entropy and its AUC, permutation entropy, sample entropy, multiscale entropy and its AUC, and Hurst exponent.