Skip to content

Fix data check message formatting in AutoMLSearch#1633

Merged
angela97lin merged 7 commits intomainfrom
1602_data_check_message_formatting
Jan 4, 2021
Merged

Fix data check message formatting in AutoMLSearch#1633
angela97lin merged 7 commits intomainfrom
1602_data_check_message_formatting

Conversation

@angela97lin
Copy link
Contributor

@angela97lin angela97lin commented Jan 4, 2021

Closes #1602. With the update to the data check API, we need to update the message printed during AutoML.

Before (on main):

image

After this PR:
image

@angela97lin angela97lin added this to the January 2021 milestone Jan 4, 2021
@angela97lin angela97lin self-assigned this Jan 4, 2021
@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #1633 (ac41e6e) into main (ae248fe) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1633   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         240      240           
  Lines       18235    18235           
=======================================
  Hits        18227    18227           
  Misses          8        8           
Impacted Files Coverage Δ
evalml/tests/automl_tests/test_automl.py 100.0% <ø> (ø)
evalml/automl/automl_search.py 99.7% <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 ae248fe...ac41e6e. Read the comment docs.

@angela97lin angela97lin marked this pull request as ready for review January 4, 2021 18:52
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.

nice!

Copy link
Contributor

@bchen1116 bchen1116 left a comment

Choose a reason for hiding this comment

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

LGTM!

@angela97lin angela97lin merged commit 45f5c44 into main Jan 4, 2021
@angela97lin angela97lin deleted the 1602_data_check_message_formatting branch January 4, 2021 22:18
@bchen1116 bchen1116 mentioned this pull request Jan 26, 2021
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.

Improve formatting of automl data check messages

3 participants