machine_learning.gaussian_naive_bayes

Functions

main(→ None)

Gaussian Naive Bayes Example using sklearn function.

Module Contents

machine_learning.gaussian_naive_bayes.main() None

Gaussian Naive Bayes Example using sklearn function. Iris type dataset is used to demonstrate algorithm.