Skip to content

gzmgrnmz/machine_learning_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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