This project performs analysis on a Plain Decision Tree Classifier, Random Forest Classier, Adaboost Classifier, and XGBoost Classifier on the same dataset.
CS 4372 Assignment 2.ipynb— The Google Colab notebook containing the full analysis code.README.md— This README.CS 4372 Assignment 2 Report.pdf- The report interpreting the plots, diagnostics, and models.
- Open Google Colab.
- Click File → Upload notebook and select
CS 4372 Assignment 2.ipynb. - Make sure you are connected to a runtime.
- Run all cells sequentially. All necessary libraries are already imported and installed within the notebook.
- The report includes all plots, diagnostics, and interpretations.
- No additional setup is required.
- Data is fetched from the ucimlrepo library.