How can I compute statistical significance with cross-validation?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello
I've done nested cross-validation with 10 outer runs and 10 inner runs to evaluate different classifiers. In the end I average the accuracies of the 10 outer cross-validation runs to get a final accuracy for one classifier.
Now, I would like to do some statistical test among the classifiers to see if one classifier performs better than another.
How can this be done in Matlab (or in general) based on the cross-validation accuracies?
댓글 수: 1
Esmeralda Ruiz Pujadas
2022년 8월 11일
편집: Esmeralda Ruiz Pujadas
2022년 8월 11일
Hello, I am having the same issue. It seems no solution. According to a paper, the problem of nested cross-validation, you cannot apply statistical measurements afterwards because you have different parameters in each iteration. Were you able to implement an alternative?.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!