-
Notifications
You must be signed in to change notification settings - Fork 87
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
Pipeline user guide: include description of how to access the component instances and features #1163
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1163 +/- ##
==========================================
+ Coverage 91.22% 99.92% +8.70%
==========================================
Files 196 196
Lines 11995 11995
==========================================
+ Hits 10942 11986 +1044
+ Misses 1053 9 -1044
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@angela97lin Looks good to me! Left some minor comments. Nothing blocking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Closes #967. Updated docs here: https://evalml.alteryx.com/en/967_pipeline_user_guide/user_guide/pipelines.html
component_graph
.estimator
accessorpipeline.get_component(name)
andpipeline.component_graph[idx]
input_feature_names
attribute on pipelinesAlso updates pipeline guide to use Imputer instead of Simple Imputer since that's the new default for AutoML.
Note: We can't add references to the API references for component attributes until #652 is resolved.