Question 1

Suppose we are given a train set and test set, that came from the same distribution. We want to use stacking and choose between two validation schemes described in the reading material.

Select the true statements about validation schemes.

Correct answers:

Incorrect answers:

Question 2

Definition: we will call a validation scheme fair if the set, that we use to validate meta-models comes from the same distribution as the meta-test set. In other cases we will call validation scheme leaky. In other words in a fair validation scheme the set that we use to validate meta-models was not used in any way during training first level models.

Select fair validation schemes. The definition for the schemes can be found in the reading material.

Correct answers:

a) Simple holdout scheme

d) Holdout scheme with OOF meta-features

e) KFold scheme with OOF meta-features

Incorrect answers:

b) Meta holdout scheme with OOF meta-features

c) Meta KFold scheme with OOF meta-features

Question 3

Which of the following ensembling methods can potentially learn "conditional averaging" (video 1)?

Correct answers:

Incorrect answers:

Question 4

The benefits of the weighted average compared to more advanced ensembling techniques is that

Correct answers:

Incorrect answers:

Question 5

In general case, which set of base models is probably the best for stacking?

Correct answers:

Incorrect answers:

Question 6

Suppose we are given a classification task. In a simple two model linear mix we usually use weights α for the first model and β for the second one. The coefficients are usually chosen such that α+β=1, because convex combination of probability vectors is a probability vector.Still, sometimes it is beneficial to tune α and beta independently, e.g. mix with α=0.1 and β=0.8 works best.

However, for some metrics it never makes sense to tune α and β independently. That is, searching for independent α and β will never give you better results than searching for weights, constrained to be β=1−α. Select such metrics.

Correct answers:

Incorrect answers: