How do we vary hyperparameters to find the optimal values?
Afficher commentaires plus anciens
How do we vary hyperparameters to find the optimal values for naive bayes model?
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
Réponses (1)
Sai Veeramachaneni
le 16 Déc 2020
0 votes
Hi,
Catégories
En savoir plus sur Nonlinear Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!