How do I find the accuracy of the model
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How do I find the accuracy of the decision tree modeL
?
0 Commenti
Risposte (1)
Image Analyst
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!