INRIA / scikit-learn-mooc

Machine learning in Python with scikit-learn MOOC
https://inria.github.io/scikit-learn-mooc
Creative Commons Attribution 4.0 International
1.12k stars 516 forks source link

MAINT Swap ax and ax.twinx in nested-cross-val figure #689

Closed ArturoAmorQ closed 1 year ago

ArturoAmorQ commented 1 year ago

It is more intuitive to have the outer cross-val loop to the left and the inner to the right.

In the future we can try to use a clearer notation to avoid the (miss-)interpretation that we are evaluating the model on each iteration of the inner loop.