You are on page 1of 4

5/25/23, 10:11 AM Yahoo Mail - The Taxonomy Of Regression Algorithms That Many Don't Bother To Remember

The Taxonomy Of Regression Algorithms That Many Don't Bother To Remember

From: Daily Dose of Data Science (avichawla@substack.com)

To: chidichekwas@yahoo.com

Date: Monday, May 1, 2023 at 03:49 AM CDT

Open in app or online

The Taxonomy Of Regression


Algorithms That Many Don't Bother
To Remember
8 standard regression algorithms summarised in a single frame.
AVI CHAWLA
MAY 1

SHARE

about:blank 1/4
5/25/23, 10:11 AM Yahoo Mail - The Taxonomy Of Regression Algorithms That Many Don't Bother To Remember

https://www.linkedin.com/feed/update/urn:li:share:7058723746852798465/Re
gression algorithms allow us to model the relationship between a dependent
variable and one or more independent variables.

After estimating the parameters of a regression model, we can gain insight


into how changes in one variable affect another.

Being widely used in data science, an awareness of their various forms is


crucial to precisely convey which algorithm you are using.

Here are eight of the most standard regression algorithms described in a


single line:

Linear Regression
Simple linear regression: One independent (x) and one dependent (y)
variable.

about:blank 2/4
5/25/23, 10:11 AM Yahoo Mail - The Taxonomy Of Regression Algorithms That Many Don't Bother To Remember

Polynomial Linear Regression: Polynomial features and one


dependent (y) variable.

Multiple Linear Regression: Arbitrary features and one dependent (y)


variable.

Regularized Regression
Lasso Regression: Linear Regression with L1 Regularization.

Ridge Regression: Linear Regression with L2 Regularization.

Elastic Net: Linear Regression with BOTH L1 and L2 Regularization.

Categorical Probability Prediction


Logistic Regression: Predict binary outcome probability.

Multinomial Logistic Regression (or Softmax Regression): Predict


multiple categorical probabilities.

Over to you: What other regressions algorithms will you include here?

👉 Read what others are saying about this post on LinkedIn and Twitter.

👉 If you liked this post, don’t forget to leave a like ❤️. It helps more
people discover this newsletter on Substack and tells me that you
appreciate reading these daily insights. The button is located towards
the bottom of this email.

👉 If you love reading this newsletter, feel free to share it with friends!

Share Daily Dose of Data Science

Find the code for my tips here: GitHub.

I like to explore, experiment and write about data science concepts and tools.
You can read my articles on Medium. Also, you can connect with me on
LinkedIn and Twitter.

about:blank 3/4
5/25/23, 10:11 AM Yahoo Mail - The Taxonomy Of Regression Algorithms That Many Don't Bother To Remember

LIKE COMMENT RESTACK

© 2023 Avi Chawla


India
Unsubscribe

about:blank 4/4

You might also like