Skip to content

daanknoors/mm_highrisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Melanoma

Daan Knoors - 11/11/22

Objective

Develop a machine learning model for predicting the risk of fast dying or relapsing of newly diagnosed MM patients.

Data

Download the following three data files and place under data/raw/. Keep the same file names. You might need to register an account first.

Other datasets and info can be found on the Multiple Myeloma Dream Challenge Site: https://www.synapse.org/#!Synapse:syn6187098/wiki/401884

Installation

Create environment using preferred environment manager. For example using conda:

conda env create -f environment.yml

conda activate mm_highrisk

After activating the environment you can open jupyter notebooks using jupyter lab by running the following in the terminal:

jupyter lab

Project structure

mm_high_risk
|-- data/ 
|	|-- preprocessed/
|	|-- raw/	
|	|-- thesuari/															                            										                            
|
|-- docs/												
|	|-- references/										
|
|-- models/											    
|
|-- notebooks/											
|	|-- 000_exploratory_data_analysis.ipynb				
|	|-- 001_train_model.ipynb							
|	|-- 002_evaluate_model.ipynb							
|
|-- src/											    
|	|-- __init__.py                                     
|	|-- config.py                                       
|	|-- gene.py                                       	
|	|-- model.py                                        
|	|-- preprocess.py			
|	|-- utils.py                                      
|	|-- visual.py	                                    
|
|-- environment.yml										
|-- README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published