We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I try to save banditpam.KMedoids object using pickle I get this error:
"TypeError: cannot pickle 'banditpam.KMedoids' object"
Any idea what might be causing this issue?
The text was updated successfully, but these errors were encountered:
@Adarsh321123 could you take a look?
Sorry, something went wrong.
Hi @afaghiri. Apologies for the late response. It seems that pickling a banditpam.KMedoids object is non-trivial since we use Python bindings (through the pybind11 library) of existing C++ code. Can you please let me know if adapting the material here helps?: https://pybind11.readthedocs.io/en/latest/advanced/classes.html#pickling-support.
banditpam.KMedoids
pybind11
Hi @afaghiri. I just wanted to follow up on this! Please let me know if you need any more assistance.
Adarsh321123
No branches or pull requests
Hi,
When I try to save banditpam.KMedoids object using pickle I get this error:
"TypeError: cannot pickle 'banditpam.KMedoids' object"
Any idea what might be causing this issue?
The text was updated successfully, but these errors were encountered: