This document summarizes and compares various machine learning models for credit scoring and investment decisions using explainable AI techniques. It finds that ensemble classifiers like random forests and neural networks outperform individual classifiers. LIME and SHAP techniques are used to explain ML credit scoring models. The study also develops new investment models using ML algorithms to maximize profit while minimizing risk. A variety of ML algorithms are tested, including logistic regression, decision trees, LDA, QDA, AdaBoost, random forests, and neural networks. The random forest and AdaBoost models are tuned with hyperparameters. Model performance is evaluated using metrics like accuracy, derived from a confusion matrix.