Skip to content

pathak-ashutosh/clinical-risk-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinical Risk Prediction using EHRs

Create a new environment and install the packages listed in an environment.yml file, use the conda env create command followed by the -f option to specify the path to your environment.yml file. Here is the full command: conda env create -f environment.yml

To activate the environment, use the conda activate command followed by the name of the environment, in this case crp.