2
votes
1answer
157 views

Scoring new observations after cross-validation

I have some doubts about cross validation and scoring a new set of observations. Let's say I want to predict $y=b_0 + b_1x_1$ and have built a 10-fold cross-validation data set, run a regression ...