machine_learning.gaussian_naive_bayes¶
Functions¶
|
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.