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

Error in Live_test #2

Closed penatbater closed 4 years ago

penatbater commented 4 years ago

I'm getting an error list index out of range. I'm not sure what happened here. I'm using the latest built as of posting (just installed it prior to using it here), my python is 3.6 if I remember correctly. image

EDIT: I don't know why but restarting the kernel fixed it.

penatbater commented 4 years ago

Ok no sorry it keeps coming back. I'm not sure what I did before to get it to run.

sergioburdisso commented 4 years ago

Hi @penatbater taking a look at the code I think I've found what could be causing the problem, I'll do some changes and I'll release a new version today so you can see if it fixed the problem, It won't take too much time :+1:

sergioburdisso commented 4 years ago

Hi again @penatbater, I've just released the new version, try updating pyss3 (pip install -U pyss3) to the newer version (0.5.6) and see if the changes I've made have fixed your problem. Let me know if it worked :+1:

penatbater commented 4 years ago

@sergioburdisso Thanks very much! Can confirm it now works. :)

sergioburdisso commented 4 years ago

That's great!! Thanks for helping to make this project better! :)