-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
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
Labels
No labels