Skip to content

ML pipeline using the Breast Cancer dataset with xgboost and other popular models

License

Notifications You must be signed in to change notification settings

scriptbuzz/breast_cancer_ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Breast Cancer Prediction Using XGBoost and Comparison with Other Models

This repository contains a Python script demonstrating how to build a machine learning pipeline for predicting breast cancer using the Breast Cancer Wisconsin dataset. The goal is to classify tumors as either benign or malignant, with a focus on minimizing false negatives and false positives. We compare the performance of an XGBoost model with other popular models, such as logistic regression, random forest, and support vector machines (SVMs), using common evaluation metrics like accuracy, precision, recall, and F1-score.

The code for this project can be found in the breastcancer_ml.ipynb file in this repository.

About

ML pipeline using the Breast Cancer dataset with xgboost and other popular models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published