issues
search
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 Remove boilerplate from non-linear regression notebook
#724
Closed
ArturoAmorQ
closed
1 year ago
ArturoAmorQ
commented
1 year ago
This PR:
changes the title for consistency with the rest of the module
adds preamble to building custom dataset;
removes a "note" to reduce the number of highlights;
defines a helper function to reduce boilerplate;
displays the pipeline after the definition of each model;
simplifies narrative on
PolynomialFeatures
;
addresses
this suggestion
to add splines to the discussion.
This PR:
PolynomialFeatures
;