Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 473 Bytes

File metadata and controls

2 lines (2 loc) · 473 Bytes

Classification-Models-Using-Python

Social networks dataset contains the data about gender, age, estimated salary and purchased(binary 1 if purchase is made and 0 if there is no purchase). Our goal is to classify the customers based on their age, estimated salary and whether they made a purchase or not. Classification models used are Logistic regression, K-NN, Support Vector Machine, Kernel SVM, Naive Bayes, Decision Tree Classification, Random Forest Classification.