Question 248 of 280
Single answerYou are working on a prototype of a text classification model in a managed Vertex AI Workbench notebook. You want to quickly experiment with tokenizing text by using a Natural Language Toolkit (NLTK) library. How should you add the library to your Jupyter kernel?
AInstall the NLTK library from a terminal by using the pip install nltk command.
BWrite a custom Dataflow job that uses NLTK to tokenize your text and saves the output to Cloud Storage.
CCreate a new Vertex AI Workbench notebook with a custom image that includes the NLTK library.
✓DInstall the NLTK library from a Jupyter cell by using the !pip install nltk --user command.
✓
Correct Answer: D
Install the NLTK library from a Jupyter cell by using the !pip install nltk --user command.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.