sergioburdisso / pyss3

A Python package implementing a new interpretable machine learning model for text classification (with visualization tools for Explainable AI :octocat:)
https://pyss3.readthedocs.io
MIT License
333 stars 44 forks source link

AttributeError: type object 'Dataset' has no attribute 'load_from_url' #26

Open Anker-Lee opened 2 years ago

Anker-Lee commented 2 years ago

pyss3 version v0.6.4 from x_train, y_train = Dataset.load_from_url(url, "train")

wangwenjing1999 commented 2 years ago

Hello! I also have this question, have you solved it yet?

Anker-Lee commented 2 years ago

Hello! I also have this question, have you solved it yet?

Not yet. Sorry.

silvermet999 commented 1 year ago

i guess you have to extract the file with urllib.request and zipfile. that worked