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

Replace ._transform with public method to evaluate all the preprocessing steps of a pipeline #1231

Merged
merged 9 commits into from
Sep 29, 2020

Conversation

@angela97lin angela97lin self-assigned this Sep 28, 2020
@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #1231 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1231   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files         200      200           
  Lines       12468    12468           
=======================================
  Hits        12459    12459           
  Misses          9        9           
Impacted Files Coverage Δ
...derstanding/prediction_explanations/_algorithms.py 97.14% <100.00%> (ø)
...tanding/prediction_explanations/_user_interface.py 100.00% <100.00%> (ø)
evalml/pipelines/binary_classification_pipeline.py 100.00% <100.00%> (ø)
evalml/pipelines/classification_pipeline.py 100.00% <100.00%> (ø)
evalml/pipelines/pipeline_base.py 100.00% <100.00%> (ø)
...s/prediction_explanations_tests/test_explainers.py 100.00% <100.00%> (ø)
...ation_pipeline_tests/test_binary_classification.py 100.00% <100.00%> (ø)

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 08cc8aa...a1b1427. Read the comment docs.

@angela97lin angela97lin marked this pull request as ready for review September 28, 2020 16:49
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

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.

@angela97lin Thanks for doing this! The api ref looks great.

docs/source/release_notes.rst Outdated Show resolved Hide resolved
@angela97lin angela97lin changed the title Replace .transform with public method to evaluate all the preprocessing steps of a pipeline Replace ._transform with public method to evaluate all the preprocessing steps of a pipeline Sep 29, 2020
@angela97lin angela97lin merged commit b8e020a into main Sep 29, 2020
@angela97lin angela97lin deleted the 1225_public_pipeline_eval_method branch September 29, 2020 16:31
@angela97lin angela97lin mentioned this pull request Sep 29, 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.

Public method to evaluate all the preprocessing steps of a pipeline
3 participants