Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Training Systems Using Python Statistical Modeling

You're reading from   Training Systems Using Python Statistical Modeling Explore popular techniques for modeling your data in Python

Arrow left icon
Product type Paperback
Published in May 2019
Publisher Packt
ISBN-13 9781838823733
Length 290 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Curtis Miller Curtis Miller
Author Profile Icon Curtis Miller
Curtis Miller
Arrow right icon
View More author details
Toc

Extending beyond binary classifiers

In this section, we will see how to go beyond binary prediction and try to predict more than one possible outcome. Here, we will shift our attention from predicting one of two classes to predicting one of multiple classes. We will see classifiers that are inherently multiclass, and those that need one-versus-one or one-versus-all approaches in order to work on multiclass data. We will be demonstrating how classifiers can predict the species of flowers in the iris dataset.

First, let's load in the iris dataset, and then let's start talking about multiclass classifiers. Some of the classifiers that we have already seen are already set up effectively for multiclass classification, because we never made an assumption that required two classes. Classifiers that are already set up for multiclass classification include kNNs, decision trees...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime