Running time of Classifiers

User: "Muhammed_Fatih_"
New Altair Community Member
Updated by Jocelyn
Hello together, 

is there somebody who is able to arrange classification models according to their order of running time from quickest to slowest? I heared that Naive Bayes is the quickest one. Which one is the next quickest considering SVM, DT, Logistic Regression, kNN? 

Thanks in advance for your help! 

Best regards, 

Fatih

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi,

    your case sounds like text classification. Support vector machines are popular for this use case. But you should test some of the main algorithms regardless. In the end, run time is important, but if you can get better classification from a slower algorithm, that could be more important.

    Regards,

    Balázs