You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the correct code for lines 11 through 14 should be the following: words_file = "word_data_overfit.pkl" authors_file = "email_authors_overfit.pkl" word_data = joblib.load(open(words_file, "rb")) authors = joblib.load(open(authors_file, "rb"))