How to get crossval on Classification Linear?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, there are crossval methods available for ClassificationTree & ClassificationEnsemble
I have a ClassificationLinear created from fitclinear with hyperparameter optimization.
How do use crossval function on ClassificationLinear?
1 件のコメント
Karan Nandankar
2021 年 1 月 4 日
Hi,
Can you try using the following line of code in your workflow,
CVMdl = fitclinear(X,Y,'CrossVal','on');
% KFold Loss
error = kfoldLoss(CVMdl)
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Classification Trees についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!