Skip to content

Fix AutoMLSearch to only threshold pipelines when problem is binary classification#1622

Merged
bchen1116 merged 4 commits intomainfrom
bc_1573_binary
Dec 30, 2020
Merged

Fix AutoMLSearch to only threshold pipelines when problem is binary classification#1622
bchen1116 merged 4 commits intomainfrom
bc_1573_binary

Conversation

@bchen1116
Copy link
Copy Markdown
Contributor

fix #1573

@bchen1116 bchen1116 self-assigned this Dec 29, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 29, 2020

Codecov Report

Merging #1622 (c6a94c8) into main (0e671b9) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             main    #1622     +/-   ##
=========================================
+ Coverage   100.0%   100.0%   +0.1%     
=========================================
  Files         240      240             
  Lines       18160    18177     +17     
=========================================
+ Hits        18152    18169     +17     
  Misses          8        8             
Impacted Files Coverage Δ
evalml/automl/automl_search.py 99.7% <100.0%> (ø)
.../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 0e671b9...c6a94c8. Read the comment docs.

Comment thread evalml/automl/automl_search.py Outdated
Copy link
Copy Markdown
Contributor

@dsherry dsherry left a comment

Choose a reason for hiding this comment

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

LGTM! Please wait until after the Dec release to merge.

Comment thread evalml/tests/automl_tests/test_automl_search_classification.py
Comment thread evalml/automl/automl_search.py
@bchen1116 bchen1116 merged commit c15b189 into main Dec 30, 2020
@bchen1116 bchen1116 mentioned this pull request Jan 26, 2021
@freddyaboulton freddyaboulton deleted the bc_1573_binary branch May 13, 2022 15:26
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.

AutoML errors if objective is defined as valid for both binary and multiclass

2 participants