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
  1. What is tokenization in the context of text preprocessing?
  2. - 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
  1. Which algorithm is commonly used for sentiment analysis?
  2. - A) Linear Regression
  • B) Naive Bayes
  • C) K-Nearest Neighbors
  • D) ARIMA
  1. Why is data collection important in social media sentiment analysis?
  2. - 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