How do I find the accuracy of the model

4 次查看(过去 30 天)
How do I find the accuracy of the decision tree modeL
?

回答(1 个)

Image Analyst
Image Analyst 2020-11-8
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.

Community Treasure Hunt

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

Start Hunting!

Translated by