The document discusses using logistic regression and random forest models for consumer credit scoring. It begins by introducing credit scoring and explaining that the goal is to classify applicants as "good" or "bad" credit risks. It then outlines the typical steps taken in developing a credit scoring model, including understanding the problem, defining variables, exploratory data analysis, and splitting data into training and test sets. The document focuses on logistic regression, explaining the logistic regression model and how it is fitted. It also briefly introduces random forest methods and LASSO regularization.
Related topics: