From 14a2a500ec529cab0e3e4e8b9483a0339dcc882c 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, 16 Nov 2021 11:46:46 +0100 Subject: [PATCH] Removed completed TODOs. --- ANN_Data_Generator.py | 1 - ANN_Training.py | 7 ------- 2 files changed, 8 deletions(-) diff --git a/ANN_Data_Generator.py b/ANN_Data_Generator.py index 5b476f1..8aff005 100644 --- a/ANN_Data_Generator.py +++ b/ANN_Data_Generator.py @@ -4,7 +4,6 @@ TODO: Improve '_generate_cell_data' TODO: Extract normalization (Combine smooth and troubled before normalizing) -TODO: Discontinue data splitting -> Done TODO: Improve verbose output """ diff --git a/ANN_Training.py b/ANN_Training.py index 17de350..dccd8b1 100644 --- a/ANN_Training.py +++ b/ANN_Training.py @@ -2,20 +2,13 @@ """ @author: Laura C. Kühle, Soraya Terrab (sorayaterrab) -TODO: Improve 'epoch_training()' -> Done TODO: Add ANN classification from Soraya -TODO: Improve naming of training data/model (maybe different folders?; split training data later; - total amount + percentage?) -> Done 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?) -TODO: Fix bug in valid_loss calculation -> Done -TODO: Replace multi-file set-up for training data -> Done TODO: Rework model testing -TODO: Limit batch size with regard to training data -> Done -TODO: Build Snakemake pipeline for model training -> Done TODO: Clean up directories/naming TODO: Add log to pipeline -- GitLab