From 6a23c1a41e2ebb6c405e1395b6fa46580ac12192 Mon Sep 17 00:00:00 2001 From: Fionn Byrne Date: Tue, 13 Jun 2023 09:05:11 +0200 Subject: [PATCH] Add TD tables info to Makita readme file (#39) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a74df71..85c88b0 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,10 @@ The following scripts are available: - merge_tds.py - split_data_with_multiple_labels.py [DEPRECATED] +#### Time to Discovery Tables + +The 'merge_tds.py' script creates a table of the time to discovery (TD) values for each dataset, with each row corresponding to each record ID of the relevant records in a dataset, and the columns correspond to each simulation run (e.g, for the multiple models template each column corresponds to a simualtion run with each active learning model). Additionally, the tables includes the average-record-TD values (the average of the TD values for a record across multiple simulation runs), and the average-simulation-TD values (the average of the TD values across all records for a single simulation run). + #### Run Makita via Docker To run Makita template with Docker use the following command: