Hi,
Could someone help me and explain is there any correlation between standard deviation value of an attribute with naive bayes prediction ?, because I have some datasets which have same type of data, but one of it has one attribute with very low standard deviation, and the accuracy result is very poor when using naive bayes, but if I tried to use decission tree then the result is more better than naive bayes.
Also what can make result of ensemble method such as bagging or stacking is worst than base classifier ?
Sorry if this is kind of stupid question, I am still learning.
Thank you very much for the respond.