Skip to content
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

Updated README example to load demo dataset #1151

Merged
merged 2 commits into from
Sep 10, 2020
Merged

Conversation

christopherbunn
Copy link
Contributor

This change adds a code snippet that loads the breast cancer demo dataset before the AutoML step.

Fixes #1084

@codecov
Copy link

codecov bot commented Sep 9, 2020

Codecov Report

Merging #1151 into main will increase coverage by 0.00%.
The diff coverage is 99.95%.

Impacted file tree graph

@@            Coverage Diff            @@
##             main    #1151     +/-   ##
=========================================
  Coverage   99.91%   99.91%             
=========================================
  Files         183      195     +12     
  Lines       10143    11489   +1346     
=========================================
+ Hits        10134    11479   +1345     
- Misses          9       10      +1     
Impacted Files Coverage Δ
evalml/demos/breast_cancer.py 100.00% <ø> (ø)
..._understanding/prediction_explanations/__init__.py 100.00% <ø> (ø)
...alml/objectives/binary_classification_objective.py 100.00% <ø> (ø)
evalml/pipelines/__init__.py 100.00% <ø> (ø)
evalml/pipelines/components/__init__.py 100.00% <ø> (ø)
evalml/pipelines/components/estimators/__init__.py 100.00% <ø> (ø)
...elines/components/transformers/imputers/imputer.py 100.00% <ø> (ø)
evalml/utils/gen_utils.py 98.94% <94.73%> (-1.06%) ⬇️
evalml/__init__.py 100.00% <100.00%> (ø)
evalml/automl/automl_search.py 99.58% <100.00%> (+0.02%) ⬆️
... and 88 more

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 d5902c8...16f53c9. Read the comment docs.

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.

@christopherbunn Looks good to me!

@christopherbunn christopherbunn merged commit 3ba9f8d into main Sep 10, 2020
@christopherbunn christopherbunn deleted the 1084_readme_example branch September 10, 2020 14:21
This was referenced Sep 17, 2020
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.

Fix README example
2 participants