From 43b01369aec7f3d7aa6fd32be04b946634408b06 Mon Sep 17 00:00:00 2001 From: Sachin Bisht Date: Sat, 10 Oct 2020 15:25:32 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de3b5e9..127c2aa 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The sentences was converted to form bag of words. Rest 25% was used to test the Classifier module. +*NaiveBayesClassifier :* https://towardsdatascience.com/naive-bayes-classifier-81d512f50a7c ## Modifying the algorithm: