Skip to content

Prediction of cancer classes by 3 Machine Learning algorithms

Notifications You must be signed in to change notification settings

Aimen-prog/Machine_Learning_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The underlying question is to build a model that can predict the cancer class from the given features. In this project, 3 machine learning models were used to predict the class of five cancers (BRCA, KIRC, COAD, LUAD and PRAD) using 20531 genes according to their level of expression in 801 individuals. The collection of data is part of the RNA-Seq (HiSeq) PANCAN data set: https://archive.ics.uci.edu/ml/datasets/gene+expression+cancer+RNA-Seq

BRCA: Breast Invasive Carcinoma
KIRC: Kidney Renal Clear Cell Carcinoma
COAD: Colon Adenocarcinoma
LUAD: Lung Adenocarcinoma
PRAD: Prostate Adenocarcinoma

Get started

Requirements

conda create -n yourenvname python=x.x 
conda activate yourenvname
pip install -r requirements.txt

Run

python main.py

About

Prediction of cancer classes by 3 Machine Learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages