-
Notifications
You must be signed in to change notification settings - Fork 20
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
Problem dumping model with pickle #126
Comments
Changing to |
Hi @tomtaylor, Thank you for reporting this issue. I have never come across this error before, but I have reasons to believe that it is caused by a conflict when importing libraries. Can you please send me the full code with imports included? It will be easier to figure out what is causing it if I can reproduce. |
Describe the bug
I've just trained a classifier, but when I try and dump the model with pickle I get the following:
To Reproduce
I'm using
scikit-learn==1.5.0
,hiclass==4.10.0
, on Python 3.11.1, with the following sample of code:Expected behavior
I'd expect the model to dump with pickle.
(PS: thanks a lot for this library!)
The text was updated successfully, but these errors were encountered: