mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
Svm not exists #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xiyanxiyan10 on GitHub (Jan 24, 2019).
Why it is not contain of svm?
@GokuMohandas commented on GitHub (Jan 24, 2019):
hey @xiyanxiyan10 , I decided not to include it because in many (not all) situations it offers similar performance to random forests. I've also noticed that RFs tend to perform better in multi-class situations whereas SVM outperforms RFs in binary cases. I wanted to cover these basic models quickly and focus on Pytorch/DNN so I decided to skip SVM for now. With that said, the concept behind SVMs is still great to be aware of.