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 chapter, we have discussed how starting from the problem itself is much more valuable than beginning from a technique to use. Depending on what we need to achieve, we can look at different model approaches that will help us solve the problem we need to.

We learned that classification problems are useful when we want to put elements into categories, and some approaches such as linear regression and random forest allow you create models that achieve this. We also saw how scikit-learn lets you get to a solution with very few lines of code.

We also looked at regression for predicting values, clustering to group entities into similar buckets, and anomaly detection to find elements that don't belong with others. Similar to classification, we saw how with scikit-learn, you can get going quickly. Matplotlib also comes in handy to plot out the problem in order to give you a visual representation of what the predictions look like.

All of the models built in this...

lock icon
The rest of the page is locked
Previous PageNext Chapter
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