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

Classification

Being able to put things into certain classes might be the most common type of ML application that you see in the world, and has been a staple of the industry for a long time.

There are two main types of classification: binary classification and multi-class classification. As the names indicate, binary classification is when the outcome only has two possible options. It's very common to have a true or false outcome in this setup.

Multi-class classification is when there are more than two possible classes. This could be for a variety of scenarios, such as movie genre. The approaches taken for them are very similar to a binary classification problem.

Let's check out some examples that might help you get a better grasp on problems that fall into the classification bucket:

Whether emails are spam or not (binary)

  • Whether you would survive the Titanic sinking (binary)
  • Identifying the type of flower (multi-class)
  • Labeling handwritten...
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