-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when calling the .predict method #87
Comments
After debugging, I noticed that the issue seems to originate from the _get_prob() function. The line |
Alright, it looks like a small modification can solve this issue. I haven't encountered any problems on my end, so hopefully, this change will work in all scenarios.
Since this change is minor and I haven't rigorously checked the variable order, I'll just post it here and hope this helps. |
Great contribution @ankh1999 Do you want to create a pull request? You will be tagged as a contributor and likely get a batch on your github page ;) |
Thanks for your recognition. In that case, I will check the correctness of the variable order and create a pull request accordingly in the coming days. |
Thank you for your contribution @ankh1999 ! I released a new version! |
I'm getting an error when using the .predict method with this code:
The text was updated successfully, but these errors were encountered: