Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 490 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 490 Bytes

Classification-models-Python

Classification modelling in Python. Social networks dataset contains the data about gender, age, estimated salary and purchased(binary 1 for purchase and 0 for not purchased). 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.