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

Add axis labels to plot about scaling #699

Closed ArturoAmorQ closed 1 year ago

ArturoAmorQ commented 1 year ago

Quiz M1.2 Q4 has had scores around 55% in sessions 2 and 3. We decided that maybe people thought the plot represented feature vs. target instead of feature A vs. feature B.

This PR is meant to settle the issue.

ArturoAmorQ commented 1 year ago

@ogrisel I changed the plot to seaborn. It is indeed much better like this.

ogrisel commented 1 year ago

Indeed, I also find it much clearer. Can you please add the grid? This should be doable via ax.grid(visible=True) if I am not mistaken.