Skip to content

HaddoucheMilissa/Logistic-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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