There is a problem with the instruction enron_data = joblib.load(open("../final_project/final_project_dataset.pkl", "rb")). It brings me this error _pickle.UnpicklingError: the STRING opcode argument must be quoted. I tried many things but I cannot solve it. Does anyone know a solution? Thanks.
There is a problem with the instruction enron_data = joblib.load(open("../final_project/final_project_dataset.pkl", "rb")). It brings me this error _pickle.UnpicklingError: the STRING opcode argument must be quoted. I tried many things but I cannot solve it. Does anyone know a solution? Thanks.