Assignment - Exploring the Bias-Variance Tradeoff with Lasso

You name and BUID (5 points)

Name:

BUID:

Introduction

The purpose of this assignment is to explore the bias-variance trade-off while practicing your Pandas, Scikit-learn, Matplotlib, and IPython Notebook skills.

The deliverable for this assignment is (1) this notebook, (2) a PDF file that you will produce by converting your notebook to html and then printing the html page. Your notebook should contain all the code you used to generate your results – show your work and explain what your code is doing while being as concise and brief as you can. Submit your PDF file on the course page.

I provide a template to get you started. It loads and pre-processes the data, and provides a skeleton for other things you need to do. Do not change the definition of the train/test data – use it as it stands.