Effacer les filtres
Effacer les filtres

How do we create a lift chart for Naive Bayes classifier?

2 vues (au cours des 30 derniers jours)
Isra Abuhasna
Isra Abuhasna le 5 Oct 2018
I can get the scores using these 2 functions: %Naive Bayes Classifier nb_model2 = fitcnb(SC5(cv2.training,:),NBSCM(cv2.training));
%Using Predict function
[nb_train_class2,score,Cost] = predict(nb_model2, SC5(cv2.training,:));
%Using resubPredict function
[~,score_nb] = resubPredict(nb_model2);
Which function should I choose for the scores and how do I sort it in descending order? Then how do I obtain the list of Actual class and then add them up? I have spent a whole day looking for answers.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by