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

Understanding models that are interpretable by design

In Chapter 7, Choosing the Best AI Algorithm, we mentioned that more complex algorithm types, such as neural networks, are often used even though they provide very little benefit. You should favor keeping it simple as much as possible, following the KISS principle (keep it simple, stupid). Not only may other models be simpler and easier to interpret, but they provide some fantastic results as well. Simple doesn't mean inferior.

We have looked at many models in this book that come with the ability to understand how the results were achieved without any special techniques. The algorithms we will cover now are as follows:

  • Decision trees
  • Linear/logistic regression
  • KNN

We'll use a medical example, as mentioned earlier in the chapter. This dataset is a binary classifier for whether someone is at risk of heart disease or not. For this chapter, we'll keep the data preparation and other steps out...

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