-
Couldn't load subscription status.
- Fork 1.4k
Open
Description
Currently in cell 37 you are using method cv.get_feature_names() which is used in old scikit-learn.

Error
Solution
Since in new version of Scikit-learn this method has been replaced with cv.get_feature_names_out(). So, we have to replace it with cv.get_feature_names_out()
**Reference **
I have opened a issue but if you want that this should be count as my contribution, do let me know I'll make pull request. Otherwise you can fix it by yourself.
Developer from Pakistan

Metadata
Metadata
Assignees
Labels
No labels