Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 349 Bytes

Breast cancer dataset We use the logistic regression algorithm on the breast cancer dataset to classify the cells into benign and malignant cells,the process typically involves the following steps:

Understanding the Dataset

Data Preprocessing

Splitting the Data

Model Training

Interpreting the Model

Making Predictions