wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

EAE_DataScience_S2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which is the most typical error when integration data from different sources?

a)

Merge records that are different

b)

Create new data

c)

Keep duplicated records

d)

Remove outliers

2.

Which is the most used visualization techniques when performing exploratory analysis?

a)

Scatterplots

b)

Historgrams

c)

Box Plots

d)

All previous ones

3.

What type of correlation can be seen in the following scatterplot?

a)

No correlation

b)

Perfect positive correlation

c)

Perfect negative correlation

d)

Strong negative correlation

4.

Which step is typical from a Data cleaning phase?

a)

Feature engineering

b)

Outliers analysis

c)

Discretization

d)

Dimensionality reduction

5.

What type of atribute can contain the following values?

a)

Numerical

b)

Ordinal

c)

Nominal

d)

None of the previous ones

6.

Which of the following items is not a method to deal with missing values?

a)

Predict a value

b)

Filter an instance

c)

PCA

d)

Discretize

7.

What is the problem that can arise if you want to take into account all possible features?

a)

The curse of dimensionality

b)

Not achieving a convergence

c)

Creating redundant data

d)

Losing data

8.

Principal Component Analysis is a supervised Algorithm

a)

True

b)

False

9.

If we create an attribute called "Age at the time of purchase", what are we doing?

a)

Feature reduction

b)

Discretization

c)

Feature Engineering

d)

Convert to categorical

10.

What are we probably doing when we create a “1 to n-1” flag?

a)

Quantization

b)

Discretization

c)

Convert a categorical attribute into numerical

d)

Convert and ordinal attribute to numerical