wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FinTech 11-1 Classification

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which were the objectives of Classification day 1?

a)

Convert categorical data to input vectors

b)

Define classification in the context of machine learning

c)

Evaluate classification algorithms using a confusion matrix and classification report

d)

Model and fit several classification models (Linear and Logistic Regression and SVM)

2.

Which are classification applications?

a)

Housing prices

b)

Credit risk and worthiness

c)

Fraud detection

d)

Predicting volatility

3.

Which models were used for classification?

a)

Linear Regression

b)

Logistic Regression

c)

Support Vector Machines

d)

Random Forests

4.

How many datasets does the function train_test_split() create?

a)

2

b)

3

c)

4

d)

It depends on the parameters

5.

The ratio of correctly predicted positive observations is known as:

a)

Precision

b)

Accuracy

c)

Bias

d)

Recall

6.

What is the purpose of a confusion matrix?

a)

Helps to select the best model

b)

Calculate precision and accuracy

c)

Table that describes the performance of a classification model

d)

To generate a classification report

7.

Which elements will you see in a classification report?

a)

precision

b)

recall

c)

R2 value

d)

F1-score

8.

Analogy - X : features :: y : ______

a)

Dependent variable

b)

Predictions

c)

Target

d)

Result

9.

What are the expected predictions of a logistic regression classifier?

a)

Values between -1 and 1

b)

Categories

c)

Values in the range of the features

d)

Values between 0 and 1

10.

Where does a SVM draw its classification line using a linear kernel?

a)

A best fit through the points

b)

Equidistant between the clusters

c)

Across the margin of separation

d)

Through the kernel

11.

How was Classification day 1 for you?

4 lines
12.

Any suggestions for improvement?

4 lines