naive-bayes-classifier
naive-bayes-classifier copied to clipboard
Implementing Naive Bayes Classification algorithm into PHP to classify given text as ham or spam. This application uses MySql as database.
Results
1
naive-bayes-classifier issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for sharing your thoughts. Just want to raise a minor bug in https://github.com/varunon9/naive-bayes-classifier/blob/master/NaiveBayesClassifier.php#L61, where you forget to add `category` in where clause. Should be: `$sql = mysqli_query($conn, "UPDATE...