1) The document describes performing regression analysis on simulated sine wave data to compare different regression models. Simple linear regression, polynomial regression with degrees 3 and 26, and regularized regression using l1, l2, and cross-validation are examined.
2) Cross-validation is used to compare train and test RMSE for polynomial models of degrees 1-10, showing higher degree does not necessarily yield better performance.
3) Regularization methods like l1 norm, l2 norm, and selecting lambda via cross-validation are explored, with the best lambda found to be 0.06 based on minimizing test RMSE.