Skip to content

Early Stopping Mechanism for qiskit ML Algorithms #835

@Ashad001

Description

@Ashad001

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions