Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Season 2 #Spaic ML Azure Weekly Quiz

Total questions: 20

Worksheet time: 12mins

Name
Class
Date
1.

What is Classification ?

a)

One of the common task in ML

b)

When the expected predicted output is in the form of discrete values

c)

When the expected predicted output is in the form of continues values

d)

One of the common approaches in ML

2.

The type of Classification are :

a)

Binary classification

b)

Regression to arbitrary value

c)

Multi-class, Multi-label classification

d)

Multi-class Single-label classification

3.

Confusion matrix is a matrix where the predicted vs the actual value are placed to see how well the model performed

a)

True

b)

False

4.

What are the evaluation metrics for Classification?

a)

Accuracy (basically the proportion of correct prediction)

b)

Precision ( the proportion of positive cases that are correctly predicted)

c)

Recall ( the proportion of actual positive cases (T) that are correctly predicted )

d)

R squared (How close the regression line to the true value)

5.

There are many different Classification algorithms such as :

a)

Logistic regression

b)

SVM support vector machine

c)

Linear Regression

d)

Decision Forest Regression

6.

To create a model we set the compute target :

a)

Before creating the model

b)

After the creation of the model

7.

Split data component is used to split the data into 2 majors sets ( the training and the testing sets)

a)

True

b)

False

8.

What do we set in the training model component (edit column)?

a)

The input column used for the training

b)

The target column to predict

c)

All the above choice

9.

We use the score model component :

a)

To evaluate the performance of the model

b)

To predict the result of the testing dataset

c)

All the above choice

10.

What are the evaluation model chart for Classification ?

a)

ROC Curve

b)

Precision Recall curve

c)

Histogram of residual

d)

Predict vs True value

11.

What do you conclude after seeing this visualization?

a)

The training error in first plot is maximum as compare to second and third plot.

b)

The best model for this regression problem is the last (third) plot because it has minimum training error (zero).

c)

The second model is more robust than first and third because it will perform best on unseen data.

d)

The third model is overfitting more as compare to first and second.

e)

All will perform same because we have not seen the testing data.

12.

Is Logistic regression a supervised machine learning algorithm?

a)

True

b)

False

13.

Suppose, You applied a Logistic Regression model on a given data and got a training accuracy X and testing accuracy Y. Now, you want to add a few new features in the same data. Select the option(s) which is/are correct in such a case.

a)

Training accuracy increases

b)

Training accuracy increases or remains the same

c)

Testing accuracy decreases

d)

Testing accuracy increases or remains the same

14.

Fraud Detection, Image Classification, Diagnostic, and Customer Retention are applications in

a)

Unsupervised Learning: Clustering

b)

Supervised Learning: Classification

c)

Reinforcement Learning

d)

Unsupervised Learning: Regression

15.

What is common between overfitting and underfitting?

a)

They both have the word fitting in them

b)

Both are errors because of too much simplicity or complexity

c)

They're both very common problems in beginner coding

16.

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

i) R Squared

ii) Adjusted R Squared

iii) F Statistics

iv) RMSE / MSE / MAE

a)

ii and iv

b)

i and ii

c)

ii, iii and iv

d)

i, ii, iii and iv

17.

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

18.

Regression is a case of which type of ML?

a)

Supervised

b)

Unsupervised

c)

Reinforced

d)

Deep learning

19.

Describe the correlation in the graph shown.

a)

Strong Negative

b)

Strong Positive

c)

Weak Negative

d)

No Correlation

20.

In regression analysis, the variable that is being predicted is;

a)

the independent variable

b)

the dependent variable

c)

usually denoted by x

d)

usually denoted by r