Gareth James - Daniela Witten - Trevor Hastie - Robert Tibshirani
-An Introduction to Statistical Learning with Applications in R-
I. Introduction
Supervised learning: involves building a statistical model for predicting, or estimating, an output based on one or more inputs.
A note on notation throughout this book and these exercises
n denotes the number of observations and p denotes the number of variables.
xij represents the value of the jth varaiable for ith observation.