Regularization-regression

Regularization-regression

Professional Development

8 Qs

quiz-placeholder

Similar activities

Pediatric Foreign Body/Caustic Ingestion

Pediatric Foreign Body/Caustic Ingestion

Professional Development

10 Qs

Parrot my Parrot Parrot pet

Parrot my Parrot Parrot pet

KG - Professional Development

12 Qs

Cura Quiz : Beginners

Cura Quiz : Beginners

KG - Professional Development

10 Qs

Newcastle United FC

Newcastle United FC

Professional Development

10 Qs

Sience test

Sience test

Professional Development

13 Qs

science review

science review

KG - Professional Development

12 Qs

Module Quiz on Leadership and Digital Transformation

Module Quiz on Leadership and Digital Transformation

Professional Development

10 Qs

FAS

FAS

Professional Development

7 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