The Elements of Statistical Learning

by Jerome Friedman, Trevor Hastie, and Robert Tibshirani

Book Cover

Introduction
This is an excellent textbook on statistical learning theory and I would recommend it highly to anyone who is working in the areas of statistical learning, pattern recognition, or machine learning. More information about this book (and an electronic version) can be found here.

Note that the data and some routines from this book have been bundled into an R package that can be found here.

You can find notes on various sections of the book, solutions to selected problems, and numerical code for problems and some examples from the second edition at the links below.

Code To Accompany Individual Sections/Problems:

John Weatherwax