Building a Gaussian Naive Bayes model

Given the class variable, all Naive Bayes classifiers infer that the value of a particular feature in the data is independent of the value of any other feature. 

The following lines of Python code create a Gaussian Naive Bayes (GaussianNB) classifier model and print its accuracy statistics:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset