You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no point in saving and loading model if the fitted quantum kernel is not saved and loaded since it is the main bottleneck of the calculation for simulations.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered:
Environment
What is happening?
I think QSVC does not save the fitted QSVC correctly. Using QSVC.save() and QSVC.load() throws a SVC not fitted error.
sklearn.exceptions.NotFittedError: This QSVC instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.
Also, there is no way to call fitted kernel, and I think it is not saved neither.
How can we reproduce the issue?
What should happen?
There is no point in saving and loading model if the fitted quantum kernel is not saved and loaded since it is the main bottleneck of the calculation for simulations.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: