Data Analysis Foundations with PythonChapter 262
Chapter 17: Case Study 2 - Social Media Sentiment Analysis
Section 3 of 3-~ 12 min read-Synced from Cuantum content
- What is tokenization in the context of text preprocessing?
- - A) Converting text to upper case
- B) Breaking text into individual words or sub-words
- C) Removing special characters from text
- D) Translating text into another language
- Which algorithm is commonly used for sentiment analysis?
- - A) Linear Regression
- B) Naive Bayes
- C) K-Nearest Neighbors
- D) ARIMA
- Why is data collection important in social media sentiment analysis?
- - A) To have sufficient data for training
- B) To better understand the audience
- C) To identify key features for model training
- D) All of the above