From 723914dd6c2f6bd1c2d8bc4cc8d1b079da2fd939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Tue, 18 Jan 2022 17:17:23 +0100 Subject: [PATCH] Removed completed TODOs. --- ANN_Training.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ANN_Training.py b/ANN_Training.py index 84f0fe3..a3bfa5d 100644 --- a/ANN_Training.py +++ b/ANN_Training.py @@ -2,13 +2,9 @@ """ @author: Laura C. Kühle, Soraya Terrab (sorayaterrab) -TODO: Add log to pipeline -TODO: Remove object set-up -TODO: Optimize Snakefile-vs-config relation -TODO: Improve maximum selection runtime -> Done -TODO: Change model output to binary -> Do? (changes training when applied in ANN_Model) +TODO: Add log to pipeline -> Research +TODO: Remove object set-up (for more flexibility) TODO: Adapt TCD file to new classification -TODO: Add evaluation for all classes (recall, precision, fscore) -> Done TODO: Add documentation """ -- GitLab