Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

QSVM L2 Reg. introduction for convergence and over-fitting issue #1378

Merged

Conversation

sternparky
Copy link
Contributor

@sternparky sternparky commented Oct 21, 2020

Summary

We have made updates on qsvm_binary file and associated files to implement L2 regularization.

Fixes #1334 : ValueError in qp_solver.py

Details and comments

  1. Lambda2 parameter was introduced and set at "0,001" which will eliminate the convergence issue for different feature_maps
    also, if Lambda2 is set at "0", then it will reproduce the previous result by disenabling L2 reg.

  2. Two benefits ( a) Convergence issue related to ValueError in qp_solver.py #1334 (b) Over-fitting issue

@CLAassistant
Copy link

CLAassistant commented Oct 21, 2020

CLA assistant check
All committers have signed the CLA.

@sternparky sternparky changed the title Qsvm update reg rotation QSVM L2 Reg. introduction for convergence and over-fitting issue Oct 21, 2020
@woodsp-ibm woodsp-ibm added Changelog: Bugfix Include in the Fixed section of the changelog stable backport potential The bug might be minimal and/or import enough to be port to stable labels Oct 21, 2020
@woodsp-ibm woodsp-ibm added this to the 0.9 milestone Oct 21, 2020
@woodsp-ibm woodsp-ibm linked an issue Oct 23, 2020 that may be closed by this pull request
@manoelmarques manoelmarques merged commit 739e330 into qiskit-community:master Oct 23, 2020
manoelmarques pushed a commit to manoelmarques/qiskit-aqua that referenced this pull request Nov 9, 2020
…kit-community#1378)

* First update on qp_solver with L2

* Update test for lambda2

* Add reno

Co-authored-by: woodsp <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
manoelmarques pushed a commit to qiskit-community/qiskit-machine-learning that referenced this pull request Feb 27, 2021
…kit-community/qiskit-aqua#1378)

* First update on qp_solver with L2

* Update test for lambda2

* Add reno

Co-authored-by: woodsp <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changelog: Bugfix Include in the Fixed section of the changelog stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError in qp_solver.py
4 participants