What is the Naive Bayes Algorithm used for?

Options
- Generate mining models
- Estimating the probability of a class value during classification and prediction
- Both a and b
- To make decisions for reporting.


CORRECT ANSWER : Both a and b

Discussion Board
Naive Bayes algorithm

Naive Bayes algorithm is a classification technique based on Bayes’ Theorem with an assumption of independence among predictors. In simple terms, a Naive Bayes classifier assumes that the presence of a particular feature in a class is unrelated to the presence of any other feature. Naive Bayes model is easy to build and particularly useful for very large data sets. Along with simplicity, Naive Bayes is known to outperform even highly sophisticated classification methods. It is used for estimating the probability of a class value during classification & prediction and generating mining models.

Prajakta Pandit 03-23-2017 01:37 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement