Table 3 Steps for data preprocessing.
Step | Description |
---|---|
Data cleaning | Dropped unnecessary columns (Unnamed: 32, id) and handled missing values |
Label encoding | Converted the Diagnosis column to binary values (Malignant: 1, Benign: 0) |
Normalization | Applied Z-score normalization to scale features to a standard range |
Train-test split | Split the dataset into 80% training and 20% testing subsets |