Skip to content
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

Reconsider model serialization and serialize only required properties #508

Open
adekusar-drl opened this issue Nov 2, 2022 · 0 comments
Labels
type: enhancement ✨ Features or aspects to improve

Comments

@adekusar-drl
Copy link
Collaborator

adekusar-drl commented Nov 2, 2022

What is the expected enhancement?

Currently, ML models like VQC or QSVC rely on the fact that all internal properties of the model are serializable, but this may not be true. There's a issue Qiskit/qiskit#9033 that confirmed this assumption is not valid. This issue is created to reconsider model serialization and implement it in a safe way.

@adekusar-drl adekusar-drl added the type: enhancement ✨ Features or aspects to improve label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement ✨ Features or aspects to improve
Projects
None yet
Development

No branches or pull requests

1 participant