Naive Bayes implementation (untested)
Created by: jassak
- Implementation of Naive Bayes classifier for mixed numerical and categorical variables
- Output includes:
- Classification report (precision, recall, specificity, F score)
- ROC report (AUC per class, Gini coefficient per class)
- Accuracy report (accuracy, upper and lower c.i.)
- Confusion matrix chart
- ROC per class chart