Movie Review Sentiment Analysis using Naïve Bayes
What is the primary assumption behind the Naive Bayes classifier?
Which preprocessing step is NOT typically required before training a Naive Bayes model on text data?
Why do we split the dataset into training and testing sets?
What does the probability calculation in Naive Bayes depend on?
Which of the following evaluation metrics is NOT used to assess a sentiment analysis model?
If a Naive Bayes classifier predicts a negative review as positive, what type of error is this?