How do we vary hyperparameters to find the optimal values?

1 次查看(过去 30 天)
How do we vary hyperparameters to find the optimal values for naive bayes model?
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);

回答(1 个)

Sai Veeramachaneni
Sai Veeramachaneni 2020-12-16
Hi,
You can try parameters listed here to build the optimal model which is suitable for your dataset.

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by