ISLR
ISLR refers to the book An Introduction to Statistical Learning with Applications in R. First published in 2013 by Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani, a second edition appeared in 2019. The text is an accessible introduction to statistical learning, designed to bridge theory and practice with practical R code. It covers a range of supervised learning algorithms (linear and logistic regression, regularization methods such as ridge and lasso, decision trees, random forests, boosting, k-nearest neighbors, and support vector machines) and unsupervised learning (principal component analysis and clustering), along with core topics in model assessment and selection (resampling methods, cross-validation, bootstrap).
The book emphasizes intuition, clear explanations, and real-data examples, complemented by exercises and datasets. It has
A companion website provides datasets and R code used in the book; an accompanying R package named