A very good book on “How to do machine learning”, the book don’t explain any topics in deep but only shows how to do different stuff using python libraries, mainly scikit-learn and keras
The book contains 21 chapters and each chapter contains a number of “Problem - Solution - Code - Discussion” sections
All the book sections have the same style, “Problem” (i.e. Handling Imbalanced Classes in Support Vector Machines), “Solution” (i.e. Increase the penalty for misclassifying the smaller class using class_weight) and then few lines of code to show solution, then a discussion section that explain the solution and any alternative approaches
The book contains 183 different problem that cover a lot of topics (i.e. Data Wrangling, Handling Numerical Data, Handling Categorical Data, Handling Text, Handling Dates and Times, Handling Images, Dimensionality Reduction Using Feature Extraction, Model Evaluation, Model Selection, Linear Regression, Trees and Forests, K-Nearest Neighbors)
The book can be a very good reference for the new Data Scientists and will save a lot of time on their daily activities