Skip to content

luluricketts/supervised_ML_comp118a

Repository files navigation

supervised_ML_comp118a

Final Project for COGS 118A: An Empirical Comparison of Supervised ML Algorithms across various binary classification problems

Datasets

All taken from Kaggle

  1. Income dataset
  2. Phishing website detector
  3. Airline passenger satisfaction
  4. Surgical Complications dataset

Models

Models I will use for hyperparameter search and classification

  1. Logistic Regression
  2. SVM
  3. Random Forest
  4. Artificial Neural Network

Performance Metrics

  1. Accuracy
  2. F1 score
  3. AUC
  4. Precision
  5. Recall
  6. Heatmap plots of hyperparameter search results for Logistic Regression, Random Forest, and ANN (SVM has too many hyperparameter combinations over 4 dimensions to show)

About

Final Project for COGS 118A: An Empirical Comparison of Supervised ML Algorithms across various binary classification problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published