Question 1

Imagine that we apply X = PCA(n_components=5).fit_transform(data) and data has shape (5000, 53). What is the shape of X?

Correct answers:

Incorrect answers:

Question 2

To which data NMF is NOT applicable?

Correct answers:

Incorrect answers:

Question 3

Suppose we have 2 categorical features: f1 with A possible values and f2 with B possible values. How many values will their interaction have?

Correct answers:

Incorrect answers:

Question 4

Imagine we have 2 categorical features represented as integers: f1 with all values in range [0, 1000] and f2 with values in range [0, 100]. What is the correct way to build their interaction?

Correct answers:

Incorrect answers:

Question 5

What is a correct way to get t-SNE projection of train and test data?

Correct answers:

Incorrect answers:

Question 6

Is it possible to do t-SNE projection into 20-dimensional space?

Correct answers:

Incorrect answers: