Skip to content

1- Data Cleaning method name issue #22

@Ahtisham-1214

Description

@Ahtisham-1214

Currently in cell 37 you are using method cv.get_feature_names() which is used in old scikit-learn.
Image
Error

Image

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()

Image

**Reference **

Image

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions