How do we vary hyperparameters to find the optimal values?
Show older comments
How do we vary hyperparameters to find the optimal values for naive bayes model?
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
Answers (1)
Sai Veeramachaneni
on 16 Dec 2020
0 votes
Hi,
Categories
Find more on Nonlinear Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!