Does Cross Validation in MATLAB shuffle my data?

12 ビュー (過去 30 日間)
Dennis
Dennis 2022 年 10 月 11 日
回答済み: Sourav Karmakar 2022 年 10 月 13 日
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

採用された回答

Sourav Karmakar
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 件)

カテゴリ

Help Center および File ExchangeGet Started with Statistics and Machine Learning Toolbox についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by