info@avatto.com
+91-9920808017
0. Cross validation is a model evaluation method. Leave-one-out cross validation (LOOCV) is K-fold cross validation taken to its logical extreme, with K equal to N, the number of data points in the set. That means that N separate times, the function approximator is trained on all the data except for one point and a prediction is made for that point. Thus, it iterates over the other datapoints keeping the rest of the dataset fixed. What can be the major issues in LOOCV? a. low variance b. high variance c. faster run time compared to K-fold cross validation d. Slover run time compared to K-fold cross validation
a and c
a and d
b and c
b and d
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.