Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 426 Bytes

machine_learning_prediction

Exploratory Data Analysis and determining Training Labels

  • creating a column for the class
  • Standardizing the data
  • Spliting into training data and test data

Finding best Hyperparameter for SVM, Classification Trees and Logistic Regression

  • Finding the method performs best using test data

Logistic Regression Support Vector Machine Decision Tree Accuracy K-Nearest Neighbors