How do I find the accuracy of the model
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How do I find the accuracy of the decision tree modeL
?
0 comentarios
Respuestas (1)
Image Analyst
el 8 de Nov. de 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 comentarios
Ver también
Categorías
Más información sobre Get Started with Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!