From 0e2f343d45c1e9348073ec147880c84dd24ba2c4 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, 7 Dec 2021 11:32:39 +0100
Subject: [PATCH] Removed completed TODOs.

---
 ANN_Training.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ANN_Training.py b/ANN_Training.py
index 209db3d..0f3afb7 100644
--- a/ANN_Training.py
+++ b/ANN_Training.py
@@ -3,14 +3,11 @@
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
 TODO: Give option to compare multiple models
-TODO: Use sklearn for classification -> Done
-TODO: Fix difference between accuracies (stems from rounding; choose higher value instead) -> Done
 TODO: Add more evaluation measures (AUROC, ROC, F1, training accuracy, boxplot over CVF, etc.)
 TODO: Add log to pipeline
 TODO: Remove object set-up
 TODO: Optimize Snakefile-vs-config relation
 TODO: Improve maximum selection runtime
-TODO: Fix tensor mapping warning -> Done
 
 """
 import numpy as np
-- 
GitLab