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

ENH Rework bagging notebook #778

Closed ArturoAmorQ closed 1 month ago

ArturoAmorQ commented 6 months ago

As mentioned in https://github.com/INRIA/scikit-learn-mooc/pull/763#discussion_r1581108888, we should avoid showing a pattern where people would use the random number generator across different function and estimators. This PR fixes the issue and takes the opportunity to rework the general wording.