E-mail Spam Classification

featuring python scikit-learn

  1. Exploring Data
  • descriptive statistics
  • PCA decomposition
  1. Model Prediction
  • logistic regression
  • naive bayes
  • k nearest neighbors
  • support vector machine
  • multilayer neural network
  • random forest
  1. Model Diagnostics
  • mean squared error
  • classification summary
  • confusion matrix
  • accuracy scores

References