Skip to content

Limiting fraud dataset to speed up doc builds#1646

Merged
bchen1116 merged 5 commits into
mainfrom
bc_fix_notebooks
Jan 5, 2021
Merged

Limiting fraud dataset to speed up doc builds#1646
bchen1116 merged 5 commits into
mainfrom
bc_fix_notebooks

Conversation

@bchen1116

@bchen1116 bchen1116 commented Jan 5, 2021

Copy link
Copy Markdown
Contributor

Testing to see whether or not limiting the fraud dataset will cause the doc builds to pass

Notebook builds passed here and here, and doc example is here

@codecov

codecov Bot commented Jan 5, 2021

Copy link
Copy Markdown

Codecov Report

Merging #1646 (2ba54cf) into main (84b0214) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1646   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         240      240           
  Lines       18270    18270           
=======================================
  Hits        18262    18262           
  Misses          8        8           

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 84b0214...2ba54cf. Read the comment docs.

@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 @bchen1116 !!

@dsherry dsherry 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! 🚢

"import evalml\n",
"from evalml.utils import infer_feature_types\n",
"X, y = evalml.demos.load_fraud(return_pandas=True)\n",
"X, y = evalml.demos.load_fraud(n_rows=1000, return_pandas=True)\n",

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.

👍

@angela97lin angela97lin 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.

LGTM! :shipit:

@bchen1116
bchen1116 merged commit d4739cf into main Jan 5, 2021
@bchen1116 bchen1116 mentioned this pull request Jan 26, 2021
@freddyaboulton
freddyaboulton deleted the bc_fix_notebooks 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.

4 participants