Skin Disease Diagnosis Classifier
Decision Tree and Random Forest classification.
Built Decision Tree and Random Forest classification models to classify skin disorders. Focused on the full ML pipeline: exploratory data analysis, model training, and evaluation.
- Performed preprocessing, encoding, standardization and model training on a dermatology dataset.
- Trained Decision Tree and Random Forest classifiers and evaluated with accuracy, precision, and recall.
- Used confusion matrix and feature importance plots to interpret model behavior.
Tech: Python, scikit-learn, pandas, matplotlib, Jupyter