Skip to content
Snippets Groups Projects
Commit c9aeb432 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent dae61416
No related branches found
No related tags found
No related merge requests found
......@@ -2,26 +2,15 @@
"""
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Give option to compare multiple models -> Done
TODO: Add more evaluation measures (AUROC, ROC, F1, training accuracy, boxplot over CVF, etc.)
-> Done
TODO: Add log to pipeline
TODO: Remove object set-up
TODO: Optimize Snakefile-vs-config relation
TODO: Improve maximum selection runtime
TODO: Discuss if we want training accuracy/ROC in addition to CFV -> Done (No)
TODO: Discuss whether to change output to binary -> Done (Yes)
TODO: Change output to binary
TODO: Adapt TCD file to new classification
TODO: Improve classification stat handling -> Done
TODO: Discuss automatic comparison between (non-)normalized data
-> Done (Flag for comparison)
TODO: Add flag for evaluation of non-normalized data as well -> Next!
TODO: Add evaluation for all classes (recall, precision, fscore)
TODO: Add documentation
TODO: Separate model training in Snakefile by using wildcards -> Done
TODO: Correct import statements -> Done (Installed new version)
TODO: Remove unnecessary imports -> Done
"""
import numpy as np
......
......@@ -3,9 +3,8 @@
@author: Laura C. Kühle
TODO: Give option to select plotting color
TODO: Improve classification plotting -> Done
TODO: Give option to select classification color -> Done
TODO: Add documentation to plot_boxplot()
TODO: Adjust documentation for plot_classification_accuracy()
"""
import numpy as np
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment