How do we vary hyperparameters to find the optimal values?

1 visualización (últimos 30 días)
Yooya yooya
Yooya yooya el 10 de Dic. de 2020
Respondida: Sai Veeramachaneni el 16 de Dic. de 2020
How do we vary hyperparameters to find the optimal values for naive bayes model?
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);

Respuestas (1)

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

Categorías

Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by