From 7566b2167e9488ecb0427fe83afa9c0907482bb2 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, 23 Nov 2021 14:23:10 +0100 Subject: [PATCH] Removed completed TODOs. --- ANN_Training.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ANN_Training.py b/ANN_Training.py index c7961fd..8a7ba02 100644 --- a/ANN_Training.py +++ b/ANN_Training.py @@ -2,19 +2,13 @@ """ @author: Laura C. Kühle, Soraya Terrab (sorayaterrab) -TODO: Add ANN classification from Soraya TODO: Give option to compare multiple models TODO: Use sklearn for classification TODO: Fix difference between accuracies (stems from rounding; choose higher value instead) TODO: Add more evaluation measures (AUROC, ROC, F1, training accuracy, etc.) -TODO: Decide on k-fold cross-validation (Use? Which model do we keep?) -> Done (CV only for testing) -TODO: Rework model testing to use k-fold cross-validation -> Done -TODO: Clean up directories/naming -> Done TODO: Add log to pipeline TODO: Remove object set-up -TODO: Add testing rule to Snakefile -> Done -TODO: Give option to change 'num_epochs' for testing -> Done -TODO: Adapt plot labels to new set-up -> Done +TODO: Optimize Snakefile-vs-config relation """ import numpy as np -- GitLab