-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update classification.py * add template for QMDM * add test template * add mdm docplex model * flake8 * add docplex mdm test * flake8 * list to numpy array conversion * use matrices no vectors for MDM * get binary square matrices * flake8 * use ndarray * use covariance matrices for MDM * fix fixture being called from conftest * fix docplex test? * running mdm * passing docplex test * flake8 * test_classification pass * cvx method used inside QuanticMDM. May be distance function is wrong inside cvx method? * logeuclid distance * create distance package * override _predict_distances * create test_utils_distance * fix a couple of bugs with tests * docplex doc * flake8 docplex * correct some typos. Reintroduce TestQuantumClassifierWithDefaultRiemannianPipeline * configure backend for QAOA * add global optimizer * set the global optimizer in QuanticMDM * complete api * flake8 * flake8 * flake8 ignore _global_optimizer no used * replace logeuclid by eudlic * use mne_sample * change by logeuclid * diminish number of split * update docker * fix distance_methods not found --------- Co-authored-by: Gregoire Cattan <gregoire.cattan@ibm.com>
- Loading branch information
Showing
12 changed files
with
247 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.