When creating a post, please add:
- Week # must be added in the tags option of the post.
- Link to the classroom item you are referring to:
- Description (include relevant info but please do not post solution code or your entire notebook):
- I completed the fit_vectorizer function using standardize to lower and strip puncuation and then adapted it to the dataset. But when I apply the vocabulary_size method I get an attribute error:
" AttributeError: ‘NoneType’ object has no attribute 'vocabulary_size"