Login using Social Account
     Continue with GoogleLogin using your credentials
Now we will try the transformer we created in the previous assessment on a few emails.
Use the EmailToWordCounterTransformer
on the first 3 emails:
X_few = X_train[:3]
X_few_wordcounts = << your code goes here >>().fit_transform(X_few)
X_few_wordcounts
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...