-
Notifications
You must be signed in to change notification settings - Fork 90
Time Series Binary Thresholding support #1803
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1803 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 248 248
Lines 19871 19896 +25
=========================================
+ Hits 19863 19888 +25
Misses 8 8
Continue to review full report at Codecov.
|
@@ -14,6 +15,7 @@ Release Notes | |||
* Moving some prs to the right section of the release notes :pr:`1789` | |||
* Tweak README.md. :pr:`1800` | |||
* Fixed back arrow on install page docs :pr:`1795` | |||
* Testing Changes |
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.
Noticed this was missing from the release notes
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.
looks goods to me
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.
Thanks for this @bchen1116 ! This looks good to me. I have a small comment on the unit test.
fix #1624
Adding test to check for ts binary thresholding support.
split_data
already handles splitting TS data.