Skip to content

mmdrez4/ML_breast_cancer_survival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Breast Cancer Survival Prediction Project

Introduction

Hello! Welcome to my project on predicting breast cancer survival. In this notebook, I've tackled the challenge of forecasting survival outcomes in breast cancer patients using machine learning. This work is not only a demonstration of my skills in data science but also contributes to the important field of medical prognosis.

Project Objective

The primary goal of this project is to develop a predictive model using clinical data and gene expression profiles. By doing so, I aim to enhance the understanding and accuracy of survival predictions in breast cancer care.

Dataset Description

The data for this project comes from the "Breast Cancer Gene Expression Profiles (METABRIC)" dataset. It consists of:

  • Clinical information, including patient details and death status.
  • Gene expression profiles.
  • Gene mutation data (though this part is not utilized in the analysis).

Methodology

Data Preparation

I started by splitting the dataset into three distinct parts:

  1. Clinical dataset
  2. Gene expressions dataset
  3. Gene mutation dataset (not used in further steps)

Exploratory Data Analysis (EDA)

A thorough EDA was performed for each dataset. For instance, in the clinical dataset, I focused on the 'overall_survival' variable and removed features like 'death_from_cancer' to avoid redundancy.

Feature Engineering

I carefully engineered features from the clinical data and gene expressions to make them more suitable for modeling and to enhance the predictive power of the machine learning algorithms.

Model Development and Training

I experimented with various machine learning models. I have implemented a neural network model from scratch for clinical, gene expressions and reduced gene expressions datasets. My approach involved rigorous testing and validation to ensure the reliability and accuracy of the predictions.

Results

The models showed promising results in predicting breast cancer survival. I have included a detailed analysis of the model performance, backed by metrics and visualizations, in the notebook.

Technologies Used

This project extensively uses Python and several of its libraries, such as:

  • Pandas for data manipulation
  • Scikit-learn for modeling
  • Matplotlib/Seaborn for visualizations

How to Run the Notebook

To interact with this project:

  1. Clone the repository containing this Jupyter Notebook.
  2. Ensure you have Python installed along with the necessary libraries.
  3. Run the notebook in a Jupyter environment, executing cells sequentially to see the workflow and results.

Thank you for visiting my project! I hope it offers valuable insights into the application of machine learning in healthcare and inspires further research in this vital area.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors