Question 1

Select true statements

Correct answers:

Incorrect answers:

Question 2

Usually on Kaggle it is allowed to select two final submissions, which will be checked against the private LB and contribute to the competitor's final position. A common practice is to select one submission with a best validation score, and another submission which scored best on Public LB. What is the logic behind this choice?

Correct answers:

Incorrect answers:

Question 3

Suppose we have a competition where we are given a dataset of marketing campaigns. Each campaign runs for a few weeks and for each day in campaign we have a target - number of new customers involved. Thus the row in a dataset looks like:

Campaign_id, Date, {some features}, Number_of_new_customers

Test set consists of multiple campaigns. For each of them we are given several first days in train data. For example, if a campaign runs for two weeks, we could have three first days in train set, and all next days will be present in the test set.

Identify train/test split in a competition.

Correct answer:

Incorrect answers:

Question 4

Which of the following problems you usually can identify without the Leaderboard?

Correct answers:

Incorrect answers: