MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / nb.py

File nb.py

nlp_class/nb.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Naive Bayes spam detection for NLP class, which can be found at:
2# https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
3# https://www.udemy.com/data-science-natural-language-processing-in-python
4# dataset: https://archive.ics.uci.edu/ml/datasets/Spambase

Callers

nothing calls this directly

Calls 3

MultinomialNBClass · 0.85
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected