sklearn.preprocessing.PolynomialFeatures, Scikit-learn developers, 2023 - Official documentation for Scikit-learn's PolynomialFeatures transformer, detailing its parameters, usage, and examples for generating polynomial and interaction terms.
User Guide: Pipeline and Composite Estimators, Scikit-learn developers, 2024 (Scikit-learn project) - Official documentation detailing the use of Scikit-learn Pipelines for chaining multiple preprocessing steps and estimators, essential for robust machine learning workflows involving feature transformations and model fitting.