Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 625 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 625 Bytes

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)