yumeng5 / WeSTClass

[CIKM 2018] Weakly-Supervised Neural Text Classification
Apache License 2.0
77 stars 30 forks source link

The package version #4

Open liht1996 opened 4 years ago

liht1996 commented 4 years ago

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

yumeng5 commented 4 years ago

Hi,

You could refer to this requirement file for the versions. If you are still encountering errors, please let me know.

Thanks, Yu

YipingNUS commented 1 year ago

@yumeng5 I followed your suggestion to use the dependency versions in WeSHClass. It's working and I can run the code on 2 customized datasets. The only minor change is sklearn==0.22 to scikit-learn==0.22. Seems the alias sklearn wasn't recognized by pip.

You may update the requirements.txt file so that it's easier for people to try your code.