Skip to content

Time Series Binary Thresholding support - #1803

Merged
bchen1116 merged 3 commits into
mainfrom
bc_1624_ts_threshold
Feb 9, 2021
Merged

Time Series Binary Thresholding support#1803
bchen1116 merged 3 commits into
mainfrom
bc_1624_ts_threshold

Conversation

@bchen1116

Copy link
Copy Markdown
Contributor

fix #1624

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

@codecov

codecov Bot commented Feb 9, 2021

Copy link
Copy Markdown

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.

* 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
Copy Markdown
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

@jeremyliweishih jeremyliweishih left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks goods to me

@freddyaboulton freddyaboulton left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread evalml/tests/automl_tests/test_automl_search_classification.py Outdated
@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