This document compares the performance of two machine learning algorithms, two-class boosted decision tree and two-class decision forest, in predicting fake job postings. The boosted decision tree algorithm achieved higher accuracy (93.8% vs 95.4%) and recall (75% vs 2%) than the decision forest algorithm, suggesting it is better able to detect fake job postings. While the decision forest algorithm had perfect precision of 100%, the boosted decision tree provides a more reliable overall performance in identifying fake job postings.