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 Remove head method #766

Closed ArturoAmorQ closed 7 months ago

ArturoAmorQ commented 9 months ago

As suggested by @ogrisel in RL, this PR removes the head method from most of the notebooks when displaying the info of a dataframe. This results in a more vertical notebook but also provides more information in a glance, e.g. the shape of said dataframe.