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

Summary

In this last chapter, we covered what is the final batch of skills you will need to get up to speed in becoming a data scientist using Anaconda as a base.

We started by seeing how scikit-learn pipelines let you take discrete parts of the data science workflow and create a cohesive unit in a much more elegant way by putting estimators together, like pieces of a puzzle. We also saw how these can include things such as your scalers and imputers, finally ending in an algorithm type.

We then understood that many of the arguments we have been using throughout this book, such as the depth of a random forest, are called hyperparameters and that they are a vital component to get right. Looking at GridSearchCV from sckit-learn, we put together a grid search over possible combinations, being careful to balance the speed of discovery with the best attributes.

Finally, we looked at the value of versioning our model with pickling and joblib. We packaged up our optimized model into...

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