-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjusting the parameters for QuantumMDM (class and pipeline) #230
Conversation
- Adding a new parameter "upper_bound" for QuantumMDM
Thanks @toncho11 ! Feel free to merge when you are ready |
There is some kind of problem. It prevents classify_P300_bi_quantum_mdm.py from completing.
It a feature map function is always assigned in the base class even if not needed. |
Ok, I see. There are some leftovers in the |
Sorry, it am mistaking. My precedent comment does not apply. |
It seems the problem is in the voting classifier. It still sets "gen_feature_map" for QuantumMDMWithRiemannianPipeline while this is indeed the "upper_bound" parameter now. |
This is PR is part of #156