- Checked for the null values if present.
- Checked if the dataset is imbalanced.
- Checked for the datatype of variable.
- Converted our target variable to numeric value.
- Normalized the column names.
- Normalized the outliers in the dataset by applying
np.log(1p)
so that model can learn in a better way. - Added the column of log to the dataframe.
- Splitted the train, validation and test dataset.
- Trained the model on LogisticRegression from sklearn.
- Applied KFold algorithm for better results.
- Got
roc_auc_score
of 0.997 - Refer to
breastCancerDetection.ipynb
-
Notifications
You must be signed in to change notification settings - Fork 0
nandan-06/Breast-Cancer-Detection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published