How do we vary hyperparameters to find the optimal values?

조회 수: 1 (최근 30일)
Yooya yooya
Yooya yooya 2020년 12월 10일
답변: Sai Veeramachaneni 2020년 12월 16일
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에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by