Skip to content

Specify IO for QSVC #950

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

Closed
wants to merge 2 commits into from
Closed

Conversation

edoaltamura
Copy link
Collaborator

Summary

Specifies the QSVC.save() and QSVC.load() routines by:

  • More robust I/O
  • Preserving traceback with explicit exception chaining (raise … from).
  • Automatic directory creation using pathlib.Path.mkdir(..., exist_ok=True).
  • Support for an optional filename parameter (default: qsvc.pkl).

Details and comments

Fixes #891

@edoaltamura edoaltamura closed this Jun 9, 2025
@edoaltamura edoaltamura deleted the qsvc-save branch June 9, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving and Loading Problem of QSVC algorithm
1 participant