wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Weekly Quiz 1

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

Adding a new feature to the model always results in equal or better performance on the training set?

a)

True

b)

False

2.

Which of these isn’t a classification type?

a)

Binary Classification

b)

Multi-class multilabel

c)

Single class multilabel

d)

Multi-class Single Label

3.

Which of these is not a supervised learning algorithm?

a)

Representation Learning

b)

Classification

c)

Regression

4.

Which of these metrics are used to evaluate classification algorithm?

a)

F1 Score

b)

AUC

c)

Predicted vs True Chart

d)

Precision

5.

_____ is a learning model that is used to identify a relationship between large amounts of information from a data set.

a)

Classification

b)

Association

c)

Unsupervised Learning

d)

Multiclass Classification

6.

A computer program is said to learn from experience E with respect to some task T and some performance measure P if its performance on T, as measured by P, improves with experience E. Suppose we feed a learning algorithm a lot of historical weather data, and have it learn to predict weather. In this setting, what is E?

a)

Historical weather data.

b)

The process of the algorithm examining a large amount of historical weather data.

c)

Learning Rate

d)

Performance measure

7.

What should be the ideal split percentage for data in machine learning?

a)

training data (70%), test data (10%), validation data (20%)

b)

training data (50%), test data (20%), validation data (30%)

c)

test data (70%), training data (10%), validation data (20%)

d)

test data (20%), training data (70%), validation data (10%)

8.

Which of the following options is/are true for K-fold cross-validation?

a)

Increase in K will result in higher time required to cross validate the result.

b)

Higher values of K will result in higher confidence on the cross-validation result as compared to lower value of K.

c)

If K=N, then it is called Leave one out cross validation, where N is the number of observations.

9.

Which of the following option is true for overall execution time for 5-fold cross validation with 10 different values of “max_depth”?

a)

Less than 100 seconds

b)

100 – 300 seconds

c)

Can’t estimate

d)

More than or equal to 600 seconds

e)

None of the above

10.

Imagine you are working on a project which is a binary classification problem. You trained a model on training dataset and get the below confusion matrix on validation dataset.

Based on the above confusion matrix, choose which option(s) below will give you correct predictions?

a)

Accuracy is ~0.91

b)

Misclassification rate is ~ 0.91

c)

False positive rate is ~0.95

d)

True positive rate is ~0.95