From d331cd9f23ed3a3fbe7f93186ed2247d7f079ed1 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Tue, 15 Oct 2013 09:15:26 -0500 Subject: [PATCH] Added book to Datamining section The Elements of Statistical Learning: Data Mining, Inference, and Prediction. By Trevor Hastie, Robert Tibshirani, and Jerome Friedman --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index adf7245c..3368d724 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -186,6 +186,7 @@ ####Datamining * [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html) +* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) ####Machine Learning * [Programming Computer Vision with Python](https://github.com/dolaameng/free-programming-books.git) -- GitLab