Classification learner - identify false prediction indexes
3 ビュー (過去 30 日間)
古いコメントを表示
In classification learner app, after training a model, how to identify the indexes (in feature table) of false predictions?
0 件のコメント
採用された回答
Bernhard Suhm
2019 年 8 月 4 日
Unfortunately, that isn't supported directly in the Classification Learner. But you can export your trained model to the MATLAB workspace, predict on a set of held-out data there, and identify which observations were misclassified.
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Classification Learner App についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!