Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 784 Bytes

File metadata and controls

14 lines (11 loc) · 784 Bytes

Breast Cancer Prediction with ML

This project aims to develop machine learning models to predict breast cancer using patient data. The models classify the cancer as malignant or benign based on features extracted from medical scans.

Table of contents

Project Overview

Breast cancer prediction is a significant problem in medical data analysis. This project uses a dataset of diagnostic features to train machine learning models that can classify cancer types. The project is built with Python and libraries such as Scikit-learn, Pandas, Matplotlib, and Seaborn to preprocess data, train models, and visualize results.