How do I find the accuracy of the model
조회 수: 3 (최근 30일)
이전 댓글 표시
How do I find the accuracy of the decision tree modeL
?
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!