Improving Decision Tree with AdaBoost

Diagnosis of Diabetes — Final Thesis (Skripsi)

Overview

This project evaluates how AdaBoost improves Decision Tree performance for diabetes diagnosis. It covers data preprocessing, model training, evaluation, and comparison with baseline models.

Highlights

Resources

Results (Summary)

Using AdaBoost with Decision Trees improved overall accuracy and recall compared to a standalone Decision Tree on the diabetes dataset. See the notebook for code and detailed metrics.