How do I find the accuracy of the model
3 views (last 30 days)
Show older comments
How do I find the accuracy of the decision tree modeL
?
0 Comments
Answers (1)
Image Analyst
on 8 Nov 2020
You need to have a validation set. That's a set of data that you know the ground truth answer for, but was not used for training the model. Then you can just see how many of those it got right.
0 Comments
See Also
Categories
Find more on Get Started with Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!