
Explanation:
The correct answer is C. StopWordsRemover. Here's why:
Scalability in Spark MLlib: Spark MLlib's algorithms, including StopWordsRemover, are optimized for large-scale data processing across distributed clusters, making them ideal for Databricks projects.
Typical NLP Workflow in Databricks:
Understanding these Spark MLlib features and their roles in text preprocessing enables efficient preparation of NLP data for analysis and modeling in Databricks.
Ultimate access to all questions.
No comments yet.
In a Databricks project focused on natural language processing (NLP), a data scientist is tasked with preprocessing text data, which includes tokenization and the removal of stop words. Which Spark MLlib feature is most appropriate for scalable text preprocessing?
A
StringIndexer
B
CountVectorizer
C
StopWordsRemover
D
Tokenizer