Decision Tree from Scratch
In this project, you will take a closer look at the algorithm and write it from scratch with the help of Python, NumPy, and Pandas. Teach the model to process categorical and numerical features to make data-based decisions. Implement a decision tree for classification and apply it to a real dataset.
Graduate
