Svm not exists #9

Closed
opened 2025-11-02 00:01:16 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @xiyanxiyan10 on GitHub (Jan 24, 2019).

Why it is not contain of svm?

Originally created by @xiyanxiyan10 on GitHub (Jan 24, 2019). Why it is not contain of svm?
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#9