What is the difference betwenn svm and random forest?
Answers
Answered by
3
For those problems, where SVM applies, it generally performs better than Random Forest. SVM gives you "support vectors", that is points in each class closest to the boundary between classes. They may be of interest by themselves for interpretation. SVM models perform better on sparse data than does trees in general.
Answered by
0
:
⎇ SVM gives you "support vectors", that is points in each class closest to the boundary between classes. They may be of interest by themselves for interpretation. SVM models perform better on sparse data than does trees in general.
Similar questions