wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Predictive Modeling

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

Which of the following metrics can be used for evaluating regression models?

a)

Variance

b)

Standard Deviation

c)

Statistics

d)

RMSE

2.

How many coefficients do you need to estimate in a simple linear regression model (One independent variable)?

a)

1

b)

2

c)

3

d)

4

3.

Function used for linear regression in R is __________

a)

lm(formula, data)

b)

lr(formula, data)

c)

lrm(formula, data)

d)

regression.linear(formula, data)

4.

In syntax of linear model lm(formula,data,..), data refers to ______

a)

Matrix

b)

Vector

c)

Array

d)

List

5.

In the mathematical Equation of Linear Regression Y = β1 + β2X + ϵ, (β1, β2) refers to __________

a)

(X-intercept, Slope)

b)

(Slope, X-Intercept)

c)

(Y-Intercept, Slope)

d)

(slope, Y-Intercept)

6.

Is Logistic regression a supervised machine learning algorithm?

a)

TRUE

b)

FALSE

7.

Is it possible to apply a logistic regression algorithm on a 3-class Classification problem?

a)

TRUE

b)

FALSE

8.

Which of the following methods do we use to best fit the data in Logistic Regression?

a)

Least Square Error

b)

Maximum Likelihood

c)

Jaccard distance

d)

 Both A and B

9.

Which of the following evaluation metrics can not be applied in case of logistic regression output to compare with target?

a)

AUC-ROC

b)

 Accuracy

c)

Logloss

d)

Mean-Squared-Error

10.

Consider a following model for logistic regression: P (y =1|x, w)= g(w0 + w1x) where g(z) is the logistic function.

In the above equation the P (y =1|x; w) , viewed as a function of x, that we can get by changing the parameters w.

What would be the range of p in such case?

a)

A) (0, inf)

b)

(-inf, 0 )

c)

 (0, 1)

d)

 (-inf, inf)

11.

The below figure shows AUC-ROC curves for three logistic regression models. Different colors show curves for different hyper parameters values. Which of the following AUC-ROC will give best result?

a)

Yellow

b)

Pink

c)

Black

d)

All

12.

Can a Logistic Regression classifier do a perfect classification on the below data?

a)

TRUE

b)

FALSE

c)

Can't Say

d)

None of these

13.

EDA is used for ...............

a)

Summarize main characteristics of data

b)

Explain Data

c)

Perform Analytics

d)

None of these

14.

What is exploratory data analysis?

a)

A rigid framework by which we analyze data

b)

An initial way by which we can get a feel for data

c)

A type of purely quantitative method of data analysis

d)

A set of scientific principles for analyzing data in a catego

15.

 

Most often, EDA relies on _____.

a)

visual techniques

b)

assumptions

c)

fixed models

d)

testing for statistical significance

16.

 

A histogram is

a)

Is a bar chart.

b)

Is a graphic representation of the frequency distribution of a qualitative or categorical variable.

c)

is a graphic representation of the frequency distribution of a continuous variable.

d)

Is an alternative to a pie chart.

17.

Word clouds are like bubble charts in that words are sized according to some numerical measure?

a)

TRUE

b)

FALSE

18.

WHAT IS THE PURPOSE OF BIRDS FLOCKING ANALYSIS?

a)

Analyzing the Birds Flocking allow you cluster the group with similar elements to research more effective and accuracy

b)

Analyzing the Birds Flocking allow you cluster the group with dissimilar elements to research more effective and accuracy

c)

Analytics Technique

d)

None of these

19.

How to build Logistic Regression Model in python?

a)

LogisticRegression()

b)

LR( )

c)

LRM( )

d)

None of these

20.

Logistic Regression Model based on................

a)

Probability Based

b)

Slope and Intercept point

c)

Variance and SD

d)

None of these