Error in this statement that vectorizer not defined while i already defined it X = vectorizer.fit_transform(url_list)
Asked
Active
Viewed 185 times
0
-
2welcome to stackoverflow. In order to get the best response please ask your question with a reproducible example. See: https://stackoverflow.com/help/minimal-reproducible-example – ScootCork Jun 28 '20 at 13:36
-
And include the line before that which has `vectorizer = ...` if it is defined. – aneroid Jun 28 '20 at 14:07
-
Have you already seen this ? https://stackoverflow.com/questions/37867005/matplotlib-in-jupyter-results-in-variable-is-not-defined – manuel-84 Jun 28 '20 at 16:21
-
Please provide a [mcve], and clarify your question. See [ask], [help/on-topic]. – AMC Jun 28 '20 at 22:20