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!