wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ridge, Lasso and Polynomial Regression

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

Ridge regression is mainly used to handle:

a)

Non-linear relationships

b)

Overfitting caused by multicollinearity

c)

Outliers

d)

Missing values

2.

The penalty term in Ridge regression is based on:


a)

Combination of L1 and L2

b)

L1 norm (absolute values)

c)

L2 norm (squared values)

d)

No penalty

3.

(a)   regression can shrink some coefficients to zero, effectively performing feature selection.

(give answer in small case alphabet)

4.

  Adding higher-degree terms in polynomial regression can lead to:
(ans - give all character in small case)

(a)  

5.

(a)   regression method cannot reduce coefficients to exactly zero.

6.

In Ridge regression, as the penalty parameter (λ) increases, coefficients tend to:

a)

Increase

b)

Stay the same

c)

Become negative

d)

Shrink towards zero but never reach it

7.

  (a)   regression is most suitable when you suspect that only a few features are important.

8.

(a)   regression method you use if you want to keep all features but reduce their effect.

9.

Which parameter controls the strength of regularization in Ridge and Lasso regression?

a)

α (alpha)

b)

β (beta)

c)

γ (gamma)

d)

η (eta)

10.

Lasso regression adds a penalty equal to:

a)

Product of coefficients

b)

Sum of squared coefficients

c)

Sum of absolute coefficients

d)

Log of coefficients

11.

Which regression is useful when predictors are highly correlated? (a)  

12.

Polynomial regression models are linear in terms of:

a)

Features

b)

Both coefficients and features

c)

Neither

d)

Coefficients

13.

The regularization parameter (α) in Ridge and Lasso controls:

a)

Learning rate

b)

Model accuracy

c)

Penalty strength

d)

Data normalization

14.

In Ridge regression, large coefficients are:

a)

Doubled

b)

Ignored completely

c)

Reduced in magnitude

d)

Set to zero

15.

Which regression type tends to produce smoother curves in high-degree models?

(a)  

16.

  Lasso regression is useful for:

a)

Removing correlated features

b)

Feature selection

c)

Visualization

d)

Handling missing values

17.

A disadvantage of Lasso is:

a)

Cannot perform feature selection

b)

May randomly drop important correlated variables

c)

Cannot handle non-linear data

d)

Too slow for small datasets

18.

Ridge regression generally performs better than Lasso when features are (a)   correlated.
(weakly / highly)


19.

  In Lasso regression, very large α results in:

a)

All coefficients becoming large

b)

No effect on coefficients

c)

Many coefficients becoming exactly zero

d)

Polynomial terms being added

20.

  Which regression can create curved decision boundaries by feature transformation?

(a)