Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naive Bayes implementation (untested) #301

Merged
merged 15 commits into from
Jan 18, 2021
Merged

Naive Bayes implementation (untested) #301

merged 15 commits into from
Jan 18, 2021

Conversation

jassak
Copy link
Contributor

@jassak jassak commented Jan 18, 2021

  • 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

@jassak jassak requested a review from ThanKarab January 18, 2021 08:32
@ThanKarab ThanKarab merged commit 1f8d071 into master Jan 18, 2021
@ThanKarab ThanKarab deleted the dev/naive-bayes branch January 18, 2021 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants