- Partition data for cross-validation - MATLAB (mathworks.com)
- Cross-validate machine learning model - MATLAB crossval (mathworks.com)
Does Cross Validation in MATLAB shuffle my data?
조회 수: 11 (최근 30일)
이전 댓글 표시
Hey!
I recently started using MATLAB and more specifically, the Statistics and Machine Learning toolbox. When choosing the Classification Learner, I can choose my Validation Scheme - when choosing Cross Validation, does MATLAB shuffle my data? Couldn't find any information about this in the docs :(
Kind regards
Dennis
댓글 수: 0
채택된 답변
Sourav Karmakar
2022년 10월 13일
Hi Dennis,
Yes, while applying cross-validation, the data will be suffled. The "cvpartition"/"crossval" functions define a random partition on the data set. Please refer to the following links capuring more information on this:
You can check out the link below to know more about cross validation in MATLAB: Cross-Validation - MATLAB & Simulink (mathworks.com)
I hope this information helps!
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!