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

Early Stopping Mechanism for qiskit ML Algorithms #835

Open
Ashad001 opened this issue Oct 2, 2024 · 0 comments
Open

Early Stopping Mechanism for qiskit ML Algorithms #835

Ashad001 opened this issue Oct 2, 2024 · 0 comments
Labels
type: discussion 🗣️ General discussions and explanations type: enhancement ✨ Features or aspects to improve type: feature request 💡 New feature or request

Comments

@Ashad001
Copy link

Ashad001 commented Oct 2, 2024

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.

@edoaltamura edoaltamura added type: feature request 💡 New feature or request type: discussion 🗣️ General discussions and explanations type: enhancement ✨ Features or aspects to improve labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: discussion 🗣️ General discussions and explanations type: enhancement ✨ Features or aspects to improve type: feature request 💡 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants