For my class project in MIS 2502 taught by Professor Bauman, I chose to make a decision tree in Python that predicts if a patient has diabetes based on certain health factors. I learned about cleaning data and preparing it for use in a decision tree, as well as how minimum-split and maximum-depth affect how a decision tree is formed.