Linear Regression and Model Evaluation Questions

Linear Regression and Model Evaluation Questions

University

8 Qs

quiz-placeholder

Similar activities

Regression Models in Machine Learning

Regression Models in Machine Learning

University

10 Qs

Intro to ML: Neural Networks Lecture 1 Part 1

Intro to ML: Neural Networks Lecture 1 Part 1

University

6 Qs

AIT Quiz

AIT Quiz

University

10 Qs

Session 6 | U

Session 6 | U

University

10 Qs

Introduction to Machine Learning (Day-16)

Introduction to Machine Learning (Day-16)

University

8 Qs

Classification in Machine Learning2

Classification in Machine Learning2

University

10 Qs

Day1

Day1

University

10 Qs

SummerSchool-Q2

SummerSchool-Q2

University

10 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)