j6mes / nlpj2017-fnc-ensemble

Ensemble Classifier for fake news challenge 2017
Apache License 2.0
3 stars 3 forks source link

Bug or file not uploaded? #10

Closed andreasvlachos closed 7 years ago

andreasvlachos commented 7 years ago

python3 fnc_ensemble.py Reading dataset Total stances: 49972 Total bodies: 1683 Loading features for slave <class 'int'> Traceback (most recent call last): File "fnc_ensemble.py", line 162, in <module> slave.preload_features(d.stances) AttributeError: 'int' object has no attribute 'preload_features'

j6mes commented 7 years ago

delete slaves.pickle/master_train.pickle - i changed the format of what's being saved here to stop the word2vec files being pickled too