Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 947 Bytes

File metadata and controls

27 lines (18 loc) · 947 Bytes

home | copyright ©2016, tim@menzies.us

overview | syllabus | src | submit | chat


Homework5

Bayes Classifer

Using your table class, code up a Bayes classifier that assumes numerics are modeling as Gaussians.

Integrate it into dotninjas so you can get the stats reports.

Your task:

  • Compare the runtimes between your fastest knn device (from last week) and NaiveBayes.
  • Compare the performance between Bayes and your fastest KNN device (does doing it faster mean doing it wrong?)