Is the assumption of the Naïve Bayes algorithm a limitation to use it?

Is the assumption of the Naïve Bayes algorithm a limitation to use it? Correct Answer True

It’s true that the assumption of the Naïve Bayes’ algorithm is a limitation to use it since implicitly it assumes that all the input attributes are mutually independent of each other. But in real life it is almost impossible that we get a set of input attributes which are independent.

Related Questions

What is the naive assumption in a Naive Bayes Classifier.
Which of the following statement is not true about Naïve Bayes classifier algorithm?
In which of the following case the Naïve Bayes’ algorithm does not work well?
Which one of the following applications is not an example of Naïve Bayes algorithm?
“It is easy and fast to predict the class of the test data set by using Naïve Bayes algorithm”. Which of the following statement contradicts the above given statement?
What is the primary purpose of the "Naive Bayes" algorithm in machine learning?