Module mixed_naive_bayes
Expand source code
from .mixed_naive_bayes import *
__version__ = "0.0.1"
Sub-modules
mixed_naive_bayes.mixed_naive_bayes
-
The
mixed_naive_bayes.mixed_naive_bayes
module implements Categorical and Gaussian Naive Bayes algorithms. These are supervised learning methods based on applying …