0 0 votes In n-fold cross-validation, each data point belongs to exactly one test fold, which makes the test folds independent. However, if the data in test folds $i$ and $j$ are independent, are the error estimates $e_i$ and $e_j$ on test folds $i$ and $j$ also independent ?True, because each test fold contains different data points.False, because data points can appear in multiple training sets, making error estimates dependent.True, because error estimates are calculated separately for each fold.None of these Machine Learning goclasses goclasses-da-course machine-learning cross-validation + – GO Classes 171 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes False. Since a data point appears in multiple folds the training sets are dependent and thus test fold error estimates are dependent. GO Classes answered Mar 21, 2025 GO Classes comment Share Follow 0 reply Please log in or register to add a comment.