C3_W2 assignment- fit_vectorizer()

I have a problem with this assignment as the argument of the standardize_func() I pass like the standardize parameter in the instatiation of the TextVectorization class in the fit_vectorizer() function is giving me problems. I guess I would have to convert trains_sentences argument of the fit_vectorizer function into another variable type different from a map dataset but I cannot see to what and how.

please post the only error encountered by you. don’t post any codes which you wrote.

Hello Deepti, it is solved now. I was calling the function itself, not passing the return

1 Like