BayesianQDA
BayesianQDAA model type for constructing a Bayesian quadratic discriminant analysis, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
BayesianQDA = @load BayesianQDA pkg=MLJScikitLearnInterfaceDo model = BayesianQDA() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in BayesianQDA(priors=...).
Hyper-parameters
priors = nothingreg_param = 0.0store_covariance = falsetol = 0.0001