HenryWillis
Personal and academic projects

A few things I've made.

Machine learning and data science projects from coursework and independent research.

machine
learning

Boston Police Department complaint analysis

Converted thousands of inconsistent PDF complaints to CSV format and trained an XGBoost model to predict complaint outcomes using NLP features. Applied SHAP interpretability to understand model predictions.

Python XGBoost SHAP NLP Pandas
machine
learning

Court case topic classification

Formatted a large public data set of court case descriptions and their topics using Pandas. Trained models with Multinomial and Gaussian Naive Bayes and Logistic Regression. Tested model accuracy across classifier type and data-cleaning techniques.

Python Pandas Naive Bayes Logistic Regression scikit-learn