Skip to content

olivesgatech/Clinical-Trial-Active-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinical Trial Active Learning

To run prospective active learning, type in a terminal window:

run-retro-prosp-learning.py --visit_mode='yes' --forgetting_mode='fixed' (or 'dynamic')

To run retrospective active learning, type in a terminal window:

run-retro-prosp-learning.py --forgetting_mode='fixed' (or 'dynamic')

Other parameters like query size ( --nquery ) can be modified. Can set fixed test size via --forgetting_mode='fixed' or dynamic test size via --forgetting_mode='dynamic'. --dynamic_test_size is by default 0 when using the dynamic test set (indicates adding in entire visit at each round)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages