Skip to content

DOC use the same estimators to demonstrate pipeline construction#26907

Merged
adrinjalali merged 1 commit intoscikit-learn:mainfrom
noashin:pipeline_doc
Jul 26, 2023
Merged

DOC use the same estimators to demonstrate pipeline construction#26907
adrinjalali merged 1 commit intoscikit-learn:mainfrom
noashin:pipeline_doc

Conversation

@noashin
Copy link
Copy Markdown
Contributor

@noashin noashin commented Jul 26, 2023

Reference Issues/PRs

Fixes #26868

What does this implement/fix? Explain your changes.

In the documentation for pipelines and and composite estimators, when demonstrating two different ways to create a pipeline, different estimators were used.
After this PR, the two examples use the same estimators from the first example, which are also used in the next section of the documentation.

@github-actions
Copy link
Copy Markdown

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 6a5456d. Link to the linter CI: here

Copy link
Copy Markdown
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

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

Thank you for the PR! LGTM

@adrinjalali adrinjalali merged commit c2f5782 into scikit-learn:main Jul 26, 2023
@adrinjalali
Copy link
Copy Markdown
Member

Thanks Noa, welcome to the repo :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC the pipeline user guide should include same estimators to demonstrate pipeline construction

3 participants