In this blog-post ,I will go through the process of creating a machine learning model for suv cars dataset. The dataset provides information regarding the age ,gender and Estimated Salary. There is one more column in dataset which is our target variable i.e Purchased.The machine learning model we are going to apply is Logistic Regression.I have downloaded above dataset from kaggle which you can download from here.

Let’s get started

First we will import the libraries which we are going to use in this model.

Image for post

After import these above libraries we will get load the dataset.

Image for post

#data-science #kaggle #classification-models #logistic-regression

SUV Purchase Prediction Using Logistic Regression
4.45 GEEK