-
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.
* - Use x-feature-map - Change predict to use predict_proba instead for QSVM * - test for predict proba - add multiclass FVT for QSVM * - fix predict_proba for multiclass - use predict_proba inside for qsvm predictions - add multiclass test for MDM * fix conftest * fix MDM multiclass test * reactivate quantum pipeline with plot_classify_P300_bi.py * fix labels for multiclass * [pre-commit.ci] auto fixes from pre-commit.com hooks * remove feature_entanglement from plot_compare_dim * missing cast to np.array * [pre-commit.ci] auto fixes from pre-commit.com hooks * - fix financial example (inverted classifier rf and erp) - only apply softmax on predict (remove useless overriden method predict_proba inside QSVM). * fix _map_indices_to_classes * [pre-commit.ci] auto fixes from pre-commit.com hooks * Anton's suggestion * [pre-commit.ci] auto fixes from pre-commit.com hooks * various typo * - Run multiclass classification example: Ok - fix titles * [pre-commit.ci] auto fixes from pre-commit.com hooks * minor correction --------- Co-authored-by: Gregoire Cattan <gregoire.cattan@ibm.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: qbarthelemy <q.barthelemy@gmail.com>
- Loading branch information
1 parent
cfeb7bd
commit 7deee15
Showing
9 changed files
with
133 additions
and
117 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
Oops, something went wrong.