Linear Regression and Model Evaluation Questions

Linear Regression and Model Evaluation Questions

University

8 Qs

quiz-placeholder

Similar activities

Neural Networks Quiz

Neural Networks Quiz

University

10 Qs

Machine Learning - Revision

Machine Learning - Revision

University

7 Qs

Machine Learning Techniques

Machine Learning Techniques

University

10 Qs

Big Data 3

Big Data 3

University

9 Qs

BAN2022_CH1: Introduction to Data Analytics (EOC)

BAN2022_CH1: Introduction to Data Analytics (EOC)

University

10 Qs

Data Mining Quiz

Data Mining Quiz

University

10 Qs

Quiz#1

Quiz#1

University

9 Qs

Machine Learning Quiz

Machine Learning Quiz

University

9 Qs

Linear Regression and Model Evaluation Questions

Linear Regression and Model Evaluation Questions

Assessment

Quiz

Computers

University

Medium

Created by

Emily Anne

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a residual in linear regression?

The slope of the regression line

The difference between the actual and predicted values

The predicted value

The standard deviation of the error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a sign of multicollinearity?

Residuals increase with predicted values

R² is very low

Variance Inflation Factor (VIF) is high for some features

Mean squared error is negative

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which encoding method is generally preferred for categorical variables in linear regression?

Label encoding

One-hot encoding

Binary encoding

Hash encoding

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT an assumption of linear regression?

A) Linear relationship between features and target

B) Errors are normally distributed

C) Features must be on the same scale

D) Homoscedasticity of residuals

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is homoscedasticity?

When errors are correlated

When residuals have constant variance

When features have high collinearity

When features are normally distributed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a high R² score generally indicate?

The model has underfit

The model fits the data well

Multicollinearity is present

The residuals are large

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What problem can arise if categorical variables are label encoded for linear regression?

It increases accuracy

The model interprets the values as ordinal

It improves interpretability

No issues will occur

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric is not appropriate for evaluating a linear regression model?

Mean Squared Error (MSE)

R² Score

Accuracy

Mean Absolute Error (MAE)