This page holds learning resources I found useful.
Table of Contents
All of Statistics: A Concise Course in Statistical Inference (2013), by Larry A. Wasserman
Note: also a book on machine learning
Note: a more friendly version of "The Elements of Statistical Learning"
Cracking the Coding Interview, 6th Edition (2015), by Gayle Laakmann McDowell
Python 3 Object Oriented Programming, 3rd Edition (2018), by Dusty Phillips
Note: Nice hands-on examples; mainly using Scala while some Python; Spark 2.1
Learning Spark, 2nd Edition (2020), by Jules S. Damji, Brooke Wenig, Tathagata Das, Denny Lee
Note: Spark 3.0; mainly using Python; very well-structured and clear to beginners
Learning Apache Spark with Python (2020), by Wenqiang Feng
Note: Spark 2.1; mainly using Python; a tutorial style book from the author, very easy to follow and many useful use cases
Note:
Spark 2.0+ has many new features compared to Spark 1.0+; Spark 2.4+ has some important features different from versions before 2.3; the latest Spark 3.0 is now available.
Data drift
Machine Learning Explainability
Note: a quick and nice book to guide you through the practical machine learning explainability
AutoML
more...