119 views
0 0 votes
.Suppose you have picked the parameter $\theta$ for a model using 10 -fold cross validation. The best way to pick a final model to use and estimate its error is to

A .pick any of the 10 models you built for your model; use the average CV error for the 10 models as its error                       estimate
B. average all of the 10 models you got; use the average CV error as its error estimate
C. average all of the 10 models you got; use the error the combined model gives on the full training set
D. train a new model on the full data set, using the $\theta$ you found; use the average CV error as its error estimate
 

Please log in or register to answer this question.

Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
280
280 views
GO Classes asked Mar 21, 2025
280 views
Consider a scenario where we use leave-one-out cross-validation (LOOCV) with Support Vector Machines (SVM) for binary classification. Given a dataset $\mathcal{D}=$ $\lef...
1 1 vote
2 2 answers
537
537 views
GO Classes asked Mar 21, 2025
537 views
Given the 2D dataset, which of the following is true regarding the performance of 1-nearest neighbor (1-NN) and Support Vector Machines (SVM) in terms of leave-one-out cr...
0 0 votes
0 0 answers
163
163 views
GO Classes asked Mar 21, 2025
163 views
Given the 2D dataset, which of the following is true regarding the performance of 1-nearest neighbor (1-NN) and Support Vector Machines (SVM) in terms of leave-one-out cr...
0 0 votes
2 2 answers
219
219 views
GO Classes asked Mar 21, 2025
219 views
$\text { Suppose you have this data set with one real-valued input and one real-valued output. }$I.What is the mean squared leave one out cross validation error of using ...