From 775ad73418af88fc3a0e80895eeb80372b1a0164 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Wed, 19 Aug 2020 13:05:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95c08e83d..bcc7a05e1 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,10 @@ Here we list several useful Python libraries we strongly recommend (if you use a ## Textbooks _Recommended textbooks_: -- Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer -- Aurelien Geron, Hands‑On Machine Learning with Scikit‑Learn and TensorFlow, O'Reilly +- Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer, https://www.springer.com/gp/book/9780387848570 +- Aurelien Geron, Hands‑On Machine Learning with Scikit‑Learn and TensorFlow, O'Reilly, https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/ + + _General learning book on statistical analysis_: - Christian Robert and George Casella, Monte Carlo Statistical Methods, Springer