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 regression problems with examples

Figuring out the price of a stock, what your house should be worth, and the future temperature of the Earth all have one thing in common: they all can be thought of as regression problems. It's simply the goal of figuring out what a number would be, given a set of independent variables.

A few more examples that fall into this problem type are as follows:

  • Price of a car
  • Sales forecast for next year
  • Number of people who will sign up for a promotion

When you see a problem like this, you can try a few different models. There are many specific algorithms that you can use, each with its own pros and cons. Let's look at a few of these algorithms in the next section.

The following are a few of the most common regression algorithms you'll want to try. For each of these algorithms, we're going to take an example and create a regression model:

  • Linear regression
  • Random forest
  • Support...
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