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
d0222cae
Commit
d0222cae
authored
Mar 1, 2022
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
638d5a3d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ANN_Training.py
+0
-3
0 additions, 3 deletions
ANN_Training.py
Plotting.py
+0
-2
0 additions, 2 deletions
Plotting.py
with
0 additions
and
5 deletions
ANN_Training.py
+
0
−
3
View file @
d0222cae
...
@@ -5,15 +5,12 @@
...
@@ -5,15 +5,12 @@
Code-Style: E226, W503
Code-Style: E226, W503
Docstring-Style: D200, D400
Docstring-Style: D200, D400
TODO: Add documentation -> Done
TODO: Add README for ANN training
TODO: Add README for ANN training
TODO: Fix random seed
TODO: Fix random seed
TODO: Write-protect all data and models
TODO: Write-protect all data and models
TODO: Put legend outside plot (bbox_to_anchor)
TODO: Put legend outside plot (bbox_to_anchor)
TODO: Put plotting into separate function
TODO: Put plotting into separate function
TODO: Reduce number of testing epochs to 50
TODO: Reduce number of testing epochs to 50
TODO: Adapt docstring to uniform standard -> Done
TODO: Change maximal line length to 79 (as advised by PEP8) -> Done
"""
"""
import
numpy
as
np
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
Plotting.py
+
0
−
2
View file @
d0222cae
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
@author: Laura C. Kühle
@author: Laura C. Kühle
TODO: Give option to select plotting color
TODO: Give option to select plotting color
TODO: Add documentation to plot_boxplot() -> Done
TODO: Adjust documentation for plot_classification_accuracy() -> Done
"""
"""
from
typing
import
Tuple
from
typing
import
Tuple
...
...
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