You run 5-fold cross-validation on a dataset. How many times is a model trained from scratch?
You run 5-fold cross-validation. How many times is a model trained from scratch?
After cross-validation picks your model and settings, you should score the final untouched set once and report that number.
Circle one: True False
A dataset has 1000 rows. In 5-fold cross-validation, how many rows are in each validation fold?
Answer: ______________
When the rows in a dataset have no time order, each row should be assigned to a fold at random rather than by position in the file.
Circle one: True False
What is the correct way to split a time-ordered dataset for honest validation?
You are choosing a penalty strength for a regression model using 10-fold cross-validation. What should you pick?
After cross-validation picks your model and settings, you should score the final untouched test set once and report that number.
Circle one: True False
You have daily temperature readings for five years and want an honest estimate of next-month prediction. Why is a random split a bad idea?
What is the correct split for a time-ordered dataset?