WeSTClass icon indicating copy to clipboard operation
WeSTClass copied to clipboard

[CIKM 2018] Weakly-Supervised Neural Text Classification

Results 3 WeSTClass issues
Sort by recently updated
recently updated
newest added

Hi yumeng, Thanks for your great work! But I have a question in the 'fit' function: https://github.com/yumeng5/WeSTClass/blob/master/model.py#L222 self.classfier is only used to get the 'y_pred_last' in the first iteration, for...

running command: python main.py --dataset yelp --sup_source docs --model cnn i'm getting this error: ### Input preparation ### Loading existing Word2Vec model ./yelp/embedding... Traceback (most recent call last): File "main.py",...

Could you please share the package version of sklearn, tensorflow and keras?