BasicProbability / BasicProbability.github.io

website for course about basic probability within the Master of Logic at University of Amsterdam
0 stars 3 forks source link

programming HW4 #33

Closed cschaffner closed 7 years ago

cschaffner commented 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"

cschaffner commented 7 years ago

typo in Naive_Bayes.py, line 16 vacubuLary

cschaffner commented 7 years ago

please add a line 31 to naive_bayes_classifier.py for convience print("Starting smoothing and normalizing at {}".format(datetime.now()))

philschulz commented 7 years ago

Everything corrected.