Regularization-regression

Regularization-regression

Professional Development

8 Qs

quiz-placeholder

Similar activities

water in earths processes

water in earths processes

5th Grade - Professional Development

10 Qs

Quiz 59 Civil express

Quiz 59 Civil express

Professional Development

10 Qs

MAR$

MAR$

9th Grade - Professional Development

10 Qs

Science Davohn

Science Davohn

8th Grade - Professional Development

11 Qs

CAMBIOS DE ESTADO 10a

CAMBIOS DE ESTADO 10a

Professional Development

10 Qs

Boney Thorax Oh So Fun

Boney Thorax Oh So Fun

Professional Development

10 Qs

Thorax Anatomy

Thorax Anatomy

Professional Development

10 Qs

Machine Learning

Machine Learning

Professional Development

10 Qs

Regularization-regression

Regularization-regression

Assessment

Quiz

Science

Professional Development

Medium

Created by

Amjad Khalid

Used 30+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Situations where regularization is useful

Overfitting

Curse of dimensionality

High covariance between variables

Underfitting

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The two most common types of regularization are

Lasso

least square

Σ

Ridge

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The Lasso is particularly useful when you have:

redundant variables

unimportant variables

Underfitting

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Ridge penalty will

adds the sum of the squared (non-intercept!) values to the loss function

subtract the sum of the squared (non-intercept!) values to the loss function

remove the sum of the squared (non-intercept!) values from the loss function

adds the sum of the absolute values of the coefficients

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Elastic Net is simply a combination of the Lasso and the Ridge regularizations.

False

True

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The term multicollinearity means

there are low correlations between predictor variables in the model.

there are high correlations between predictor variables in your model.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

With the Lasso and Ridge it is necessary to ______ the predictor columns before constructing the models

Centralize

standardize

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The Ridge is faster to compute

True

False