kaggle-CrowdFlower
kaggle-CrowdFlower copied to clipboard
Run the code in Python 3
Hi
Is there any possible to run the whole codes in Python 3?
When I run the code of run_all.py, I import pickle instead of cPickle in Python 3 and got such error:
File "./preprocess.py", line 79, in
Then I import dill and use dill in the command of pickle.dump(dfTrain, f, -1) as : dill.dump(dfTrain, f ,-1)
But I got the new error when import the load method
File "./genFeat_id_feat.py", line 36, in