2 2 votes We want to use Naive Bayes for tagging documents. It is a classification task that we want to assign a class (tag) to each string. We currently have two tags: Sport and Not Sport Which tag does the sentence A very close game belong to? Using Naive Bayes classifier, calculate the class probability for Sport and Not sport for this sentence based on the dataset and decide about the tag. Text Tag “A great game” Sports “The election was over” Not sports “Very clean match” Sports “A clean but forgettable game” Sports “It was a close election” Not sports Machine Learning machine-learning naive-bayes nlp natural-language-process ml-exercise ele888-final ai-final + – 50% Accept Rate Accepted 31 answers out of 62 questions tofighi 116k points 73 79 101 answer comment Share 0 reply Please log in or register to add a comment.
Best answer 0 0 votes The solution is provided in this url. The classifier will assign Sport for the tag of "A very close game". tofighi answered Jun 26, 2019 • selected Jun 26, 2019 by tofighi tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.