EricPostMaster / Are-You-Irish-Classifier

Streamlit application that uses Naive Bayes to assign users an "Irish-ness score" (the Murphy Index). ☘ Development process has application to spam detection on short-length documents.
MIT License
0 stars 0 forks source link

Show scores of different ngram portions of user name input #4

Open EricPostMaster opened 2 years ago

EricPostMaster commented 2 years ago

Show how the Murphy Score is calculated by displaying the log probabilities of each ngram of the person's name. Could be a challenge since the dataset is still small and has a lot of missing ngram combinations!