In machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (naive) independence assumptions between the features. An advantage of naive Bayes is that it only requires a small number of training data to estimate the parameters necessary for classification.
I would try this method to find important features.
In machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (naive) independence assumptions between the features. An advantage of naive Bayes is that it only requires a small number of training data to estimate the parameters necessary for classification.
I would try this method to find important features.