Reader small image

You're reading from  Building Data Science Solutions with Anaconda

Product typeBook
Published inMay 2022
PublisherPackt
ISBN-139781800568785
Edition1st Edition
Concepts
Right arrow
Author (1)
Dan Meador
Dan Meador
author image
Dan Meador

Dan Meador is an Engineering Manager at Anaconda and is the creator of Conda as well as a champion of open source at Anaconda. With a history of engineering and client facing roles, he has the ability to jump into any position. He has a track record of delivering as a leader and a follower in companies from the Fortune 10 to startups.
Read more about Dan Meador

Right arrow

Creating a scikit-learn pipeline

If there is one thing that you may have noticed by now in this book, it's that there are many common steps for every problem we have looked at. We're now going to ensure that we can more easily iterate on the data and model creation steps by leveraging the scikit-learn pipeline to put together an easy, repeatable process. In this section, we are going to take a previous workflow that would ordinarily need to be repeated many times and turn it into a single unit, which will allow you much greater flexibility and save time compared to the previous process. If you are starting with this chapter or jumping to it before going through the others, you need to know that the underlying concepts covered previously are still incredibly important to understand.

To visualize what the process is going to look like, you can refer to the following diagram. On the left, you will see normal data input being passed into the pipeline object. In that pipeline...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building Data Science Solutions with Anaconda
Published in: May 2022Publisher: PacktISBN-13: 9781800568785

Author (1)

author image
Dan Meador

Dan Meador is an Engineering Manager at Anaconda and is the creator of Conda as well as a champion of open source at Anaconda. With a history of engineering and client facing roles, he has the ability to jump into any position. He has a track record of delivering as a leader and a follower in companies from the Fortune 10 to startups.
Read more about Dan Meador