This document delves into the comparison of two prominent classification algorithms: Logistic Regression and Decision Tree. It explores their working principles, advantages, disadvantages, and key differences. Logistic Regression, a linear model, excels in predicting binary outcomes, while Decision Tree, a non-linear model, provides a visual representation of the decision-making process. The document also discusses the concept of Maximum Likelihood Estimation (MLE) and Ordinary Least Squares (OLS) in the context of these algorithms. It further examines the role of attribute selection measures like Information Gain, Gain Ratio, and Gini Index in Decision Tree construction.