Iterative Learning of Computable Phenotypes for Treatment Resistant Hypertension using Large Language Models
Generating hypertension computable phenotypes with LLMs
Simply set the conda environment
source activate base
# set our conda environment
if conda info --envs | grep -q htn-cp-llm;
then echo "htn-cp-llm env already exists";
else conda env create -f environment.yml;
fi
conda activate htn-cp-llm
bash run.sh