-
Notifications
You must be signed in to change notification settings - Fork 551
MNT: fix plot_evaluation when skipping dimension, add test #1066
base: master
Are you sure you want to change the base?
MNT: fix plot_evaluation when skipping dimension, add test #1066
Conversation
Hello @QuentinSoubeyran! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-10-13 15:22:17 UTC |
Hello, for some reason this doesn't work with
Here is a collab notebook that produce the error. |
@Abdelgha-4 generally speaking, when your classifier doesn't vary, you should define it in the pipeline instead of using |
I found the problem, it was the same as before: a wrong indexing causing problems when some dimensions are skipped ( |
Yes I'm sorry this was only because I copied from my code where I use multiple classifiers. |
470ffb5
to
6ae2104
Compare
Fix #1056 :