This is the Edureka certification project.
The Project is all about designing a model by analyzing the data to classify the customers who would want to buy the product or not. The project involves the following steps:
- Data Cleaning
- Sampling the data and splitting into Train and Test Data.
- Building the model using Logistic Regression
- Predicting the model using the test data
- Evaluating the performance of the model using the Confusion Matrix and ROCR Curve.