toncho11

Results 196 comments of toncho11

Yes, for the WithinDatasetEvaluation. I want a model on the entire dataset, so that I could use it with new unseen subjects in the future. For me WithinSessionEvaluation() calculates a...

I would like to do CrossSubjectEvaluation but using data from many datasets together. `datasets = [BNCI2014008(), BNCI2014009(),BNCI2015003()]` This makes 28 subjects (10 + 10 + 8). So each time I...

1) Last time I could not make the 128 bit version work. Thank you for your quick response.

So the migration to Qiskit 1.0 is complete?

Using the closest covmats to the test sample: ``` 2024-03-14 13:54:48,785 BrainInvaders2013a-WithinSession: 100%|██████████| 3/3 [1:17:35

Here is another result: ``` BrainInvaders2013a-WithinSession: 100%|██████████| 3/3 [1:33:19

``` BrainInvaders2013a-WithinSession: 100%|██████████| 3/3 [3:12:07

1. I used: ` print("Optimizer name check:", optimizer.__class__.__name__)` in the `weights_logeuclid_to_convex_hull()` and it says NaiveQAOAOptimizer when using Quantum = True 2. Random yes, but changing the optimizer does not make...

> Before understanding the impact of subsampling strategies on quantum NCH, is it possible to have a comparison between non-quantum classifiers: MDM versus standard NCH (ie, one hull by class,...