Skip to content

Commit 1467af6

Browse files
authored
Update README.md
1 parent f747a0b commit 1467af6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,21 @@ All the files are well commented to explain the working of code. Following is th
1414

1515
=> Multinomial_naive_bayes.py
1616
This file has the code for multinomial naive bayes. Run this file to see the accuracy, precision, recall and f1 score values of the trained model on the test data.
17+
18+
Results:
19+
Accuracy is 0.8781
20+
Precision is 0.8843
21+
Recall is 0.8851
22+
F1 score is 0.8781
1723

1824
=> Bernoulli_naive_bayes.py
1925
This file has the code for discrete (bernoulli) naive bayes. Run this file to see the accuracy, precision, recall and f1 score values of the trained model on the test data.
2026

2127
=> MCAP_logistic_regression.py
2228
This file has the code for MCAP Logistic Regression algorithm with L2 regularization. Run this file to see the accuracy, precision, recall and f1 score values of the trained model on the test data.
29+
30+
Results:
31+
Accuracy - 0.9627
32+
Precision - 0.9615
33+
Recall - 0.9644
34+
F1 score - 0.9625

0 commit comments

Comments
 (0)