Skip to content

Errors in 2-Exploratory-Data-Analysis #25

@Ahtisham-1214

Description

@Ahtisham-1214

The file has some issues and errors like:
Problem
We are opening files pd.read_pickle('data_clean.pkl') but files are stores in pickle directory.

Similary the file currently storing pickle files in root directory, but we must store it in pickle directory.

Solution
We need to read and store files from the directory pd.read_pickle('pickle/data_clean.pkl')

Problem
cv.get_feature_names() which is not supported by new scikit-learn version.

Solution
We need to use the updated function cv.get_feature_names_out()

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