-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Labels
type: discussion 🗣️General discussions and explanationsGeneral discussions and explanationstype: enhancement ✨Features or aspects to improveFeatures or aspects to improvetype: feature request 💡New feature or requestNew feature or request
Description
What should we add?
Implement an early stopping callback for qiskit-machine-learning
algorithms, allowing us to halt training when the objective function shows no improvement for a set number of iterations.
Early stopping is a common technique i.e. keras to save computation and prevent overfitting. Adding support for this across qiskit algorithms (like VQC, QSVC) would enhance the training process without needing custom implementations.
Metadata
Metadata
Assignees
Labels
type: discussion 🗣️General discussions and explanationsGeneral discussions and explanationstype: enhancement ✨Features or aspects to improveFeatures or aspects to improvetype: feature request 💡New feature or requestNew feature or request