Problem Statement
Problem Statement
Question 1
Question 2
3. Extract X as all columns except the last column and Y as last column.
4. Visualize the dataset.
5. Split the data into training set and testing set. Perform 10-fold cross
validation.
6. Train a Logistic regression model for the dataset.
7. Display the coefficients and form the logistic regression equation.
8. Compute the accuracy and confusion matrix.
9. Plot the decision boundary.