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' #25

Closed yasersakkaf closed 2 years ago

yasersakkaf commented 2 years ago

Why does it give the following error for the version pyss3-0.6.4 ? Please help

sergioburdisso commented 2 years ago

Hi @yasersakkaf! the problem is that the README has been recently updated to include the new function "load_from_url()" but we haven't released the new version of the package that includes it yet. I'll released today and let you know as soon as it is available :blush:.

Thanks for creating this issue Yaser :+1:

yasersakkaf commented 2 years ago

Thanks for letting me know

Anker-Lee commented 2 years ago

It seems that this error still exist today