The Microsoft Naive Bayes algorithm considers all the input attributes to be independent and calculates the probability of ...

The Microsoft Naive Bayes algorithm considers all the input attributes to be independent and calculates the probability of each pair of input attribute value and predict attribute value. This algorithm can be used for classification and prediction.