DWM EXP 4-2
DWM EXP 4-2
Roll No.-
Name –
EXPERIMENT 4
Mapping with CO To apply Data Mining algorithms on a given dataset for a real-time case study
and evaluate their performance using Accuracy Measures. (CSL503.5)
Outcome To implement Naïve Baye’s algorithm and calculate accuracy of the model.
Advantages-
It is not only a simple approach but also a fast and accurate method
for prediction.
Naive Bayes has a very low computation cost.
It can efficiently work on a large dataset.
It performs well in case of discrete response variable compared to
the continuous variable.
It can be used with multiple class prediction problems.
It also performs well in the case of text analytics problems.
When the assumption of independence holds, a Naive Bayes classi-
fier performs better compared to other models like logistic regres-
sion.
Disadvantages-
Output:-
Conclusion From the above experiment we have learnt how the Naïve Bayes Algorithm
works and what is the definition of this Algorithm. From this experiment we
can conclude, that