Preface

This text and examples aim to generate a basic guide for the Machine Learning (ML) methodology. I am writing the book inspired by the students of the AI concentration of Tecnologico de Monterrey in the spring of 2022.

This document follows a practical example: i) for the continuous variables of the California Housing Prices data set presented in (Géron 2023); ii) for the categorical variables, we will follow the Lending Club fintech data set from Kaggle to analyze a credit default, which is a financial institution that grants personal loans.

The following steps may differ from other books, data scientists, or experts because there are many ways to deal whit machine learning. But that is precisely the richness of this area of expertise. If there existed only one way to apply machine learning, everybody could use it!!

The R and other files are stored in the GitHub repository for this site.

Outline