Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Troubled Cell Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
fdbab2c1
Commit
fdbab2c1
authored
3 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
c8a41e54
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ANN_Training.py
+1
-4
1 addition, 4 deletions
ANN_Training.py
DG_Approximation.py
+0
-1
0 additions, 1 deletion
DG_Approximation.py
Troubled_Cell_Detector.py
+0
-3
0 additions, 3 deletions
Troubled_Cell_Detector.py
with
1 addition
and
8 deletions
ANN_Training.py
+
1
−
4
View file @
fdbab2c1
...
...
@@ -6,14 +6,10 @@ Code-Style: E226, W503
Docstring-Style: D200, D400
TODO: Test new ANN set-up with Soraya
TODO: Integrate Main.py into Snakefile -> Done
TODO: Generalize output for approximate_solution rule -> Done
TODO: Remove object set-up (for more flexibility)
TODO: Add documentation
TODO: Improve log output
TODO: Fix logs in Snakefile -> Done
TODO: Throw exception for error due to missing classes
TODO: Fix QObject timer error -> Done
"""
import
numpy
as
np
...
...
@@ -30,6 +26,7 @@ from Plotting import plot_classification_accuracy, plot_boxplot
matplotlib
.
use
(
'
Agg
'
)
class
ModelTrainer
(
object
):
def
__init__
(
self
,
config
):
self
.
_reset
(
config
)
...
...
This diff is collapsed.
Click to expand it.
DG_Approximation.py
+
0
−
1
View file @
fdbab2c1
...
...
@@ -20,7 +20,6 @@ TODO: Rename files according to standard
TODO: Add verbose output
TODO: Adapt TCD from Soraya (Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector)
TODO: Improve file naming (e.g. use
'
.
'
instead of
'
__
'
)
TODO: Remove showing of plots -> Done
"""
import
os
...
...
This diff is collapsed.
Click to expand it.
Troubled_Cell_Detector.py
+
0
−
3
View file @
fdbab2c1
...
...
@@ -5,9 +5,6 @@
TODO: Adjust TCs for wavelet detectors (sliding window over all cells instead of every second)
TODO: Adjust Boxplot approach (adjacent cells, outer fence, etc.)
TODO: Give detailed description of wavelet detection
TODO: Load ANN state and config in reset -> Done
TODO: Fix bug in output calculation -> Done
TODO: Adapt input data so that model output equals 1 for a troubled cell -> Done
"""
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment