Model Pipeline - Polynomial regression pipeline
This pipeline shows how polynomial regression learns to fit curved data by adding extra features that are powers of the original input. It transforms data, trains a model, and improves predictions over time.