Skip to content

Naive Bayes implementation (untested)

Kostas FILIPPOPOLITIS requested to merge dev/naive-bayes into master

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

Merge request reports