Skip to content

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

Merged
merged 3 commits into from
Feb 9, 2021
Merged

Conversation

bchen1116
Copy link
Contributor

fix #1624

Adding test to check for ts binary thresholding support. split_data already handles splitting TS data.

@codecov
Copy link

codecov bot commented Feb 9, 2021

Codecov Report

Merging #1803 (5bdead2) into main (3393a6a) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@            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             
Impacted Files Coverage Δ
.../automl_tests/test_automl_search_classification.py 100.0% <100.0%> (ø)

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 3393a6a...5bdead2. Read the comment docs.

@@ -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
Copy link
Contributor Author

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

Copy link
Collaborator

@jeremyliweishih jeremyliweishih left a 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

Copy link
Contributor

@freddyaboulton freddyaboulton left a 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.

@bchen1116 bchen1116 merged commit 4159d08 into main Feb 9, 2021
@ParthivNaresh ParthivNaresh mentioned this pull request Feb 9, 2021
@freddyaboulton freddyaboulton deleted the bc_1624_ts_threshold branch May 13, 2022 15:01
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.

Timeseries support for binary classification threshold tuning
3 participants