Ds31032023 - ML Assignment 3

Hello Learners,

Apply Classification Algorithm on the following data to predict whether the patient has a malignant tumor or benign tumor.dataset link

  1. Create a Numerical pipeline for preprocessing all the numerical variables present in the data
  2. Perform 10 Fold Cross Validation on the data
  3. Determine whether Logistic Regression or KNeighborsClassifier suits better on the data.
  4. Apply 10 Fold Cross Validation and find out the best accuracy using Logistic Regression Algorithm
  5. Apply 10 Fold Cross Validation and find out the best accuracy using K Neighbors Classification Algorithm.
2 Likes

Link for the answer given below: