Which Machine learning classifier should I use?
Ältere Kommentare anzeigen
i am training an algorithm to differientiate between two behavioural variables.
I had 100% accuracy for ensemble bagged trees, and 97.6% for SVM cubic and 97.6% for KNN.
this will be used in unknown data sets. do i go with the most accurate? or are certain classifiers better for different situations.
thanks!
Akzeptierte Antwort
Weitere Antworten (1)
Abhishek Singh
am 26 Mär. 2019
0 Stimmen
Behavioral variables are just numbers to differentiate between customer or user behaviour
The division of a market into groups according to their knowledge of, and behaviour towards a specific product. Behavioural dimensions commonly used to segment markets include benefits sought, user status, usage rate, loyalty status and buyer readiness stage. Also called Behaviouristic Segmentation.
Certain classifiers are indeed better for different situations.
It depends upon what you want to use the classification for. Since you have not explained your use case, it will be unwise to suggest a classifier based on the accuracy alone. That is unless accuracy is what you care most about.
For example, if you care more about interpretability other classifiers are probably a better choice since they are quite close in terms of accuracy.
Again, it is impossible for anyone to advice you on what classifier to choose without any knowledge of the situation in which it is going to be used. These decisions are better left to data scientists who have in-depth knowledge not only in the business use case but also about the trade-offs between different classifiers.
2 Kommentare
Katrina Anderson
am 26 Mär. 2019
Abhishek Singh
am 28 Mär. 2019
I'll write a new answer for you
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!