Closed cschaffner closed 7 years ago
in the naive_bayes_classifier.py in the zipped prerequisites, in the line you have to change yourself, it says "import" twice instead of "from ... import"
typo in Naive_Bayes.py, line 16 vacubuLary
please add a line 31 to naive_bayes_classifier.py for convience print("Starting smoothing and normalizing at {}".format(datetime.now()))
Everything corrected.
in the naive_bayes_classifier.py in the zipped prerequisites, in the line you have to change yourself, it says "import" twice instead of "from ... import"