wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

LinearRegression

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

1. What is the primary objective of Linear Regression in machine learning?

a)

A) To find clusters

in data

b)

B) To minimize the

Euclidean distance between points

c)

C) To predict continuous values

based on input features

d)

D) To classify data

into distinct categories

2.

2. In Linear Regression, what does the term "residual" refer to?

a)

A) The difference between the

predicted value and the actual value

b)

B) The slope of the

regression line

c)

C) The intercept of

the regression line

d)

D) The total sum of squared errors

3.

3. Which of the following is the cost function used in Linear Regression?

a)

A) Cross-Entropy Loss

b)

B) Mean Absolute Error

c)

C) Mean Squared Error

d)

D) Hinge Loss

4.

4. In Linear Regression, the relationship between

input variables and output are assumed to be:

a)

A) Linear

b)

B) Exponential

c)

C) Polynomial

d)

D) Logarithmic

5.

5. Which method is commonly used to

find the best-fit line in Linear Regression?

a)

A) Gradient Descent

b)

B) Decision Trees

c)

C) Random Forests

d)

D) Backpropagation

6.

6. In simple linear regression, the equation of

the line is represented as y=mx+cy = mx + cy=mx+c.

What does "m" represent in this equation?

a)

A) The y-intercept

of the line

b)

B) The residuals of

the data points

c)

C) The slope

of the line

d)

D) The output

variable

7.

7. Which of the following is NOT an

assumption of Linear Regression?

a)

A) Linearity of

the relationship

b)

B) Homoscedasticity

c)

C) Multicollinearity

d)

D) Independence

of errors

8.

8. What is R-squared in the

context of Linear Regression?

a)
  • A) A metric that evaluates

  • how well the model

  • fits the data

b)

B) A measure of the

error rate of predictions

c)

C) The slope of the

regression line

d)

D) The p-value of

the model

9.

9. If R-squared is equal to 1 in a

Linear Regression model, what does it indicate?

a)

A) The model does

not fit the data well

b)

B) The model perfectly

explains the

variance in the data

c)

C) There is no linear

relationship in the data

d)

D) The data is

overfitting the model

10.

10. Which of the following is TRUE about

Linear Regression with multiple variables?

a)

A) It is called

simple linear regression

b)

B) It is known as

multiple linear regression

c)

C) It is known as

logistic regression

d)

D) It is not

possible in linear regression