-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
30 lines (24 loc) · 1015 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Raw clinical descriptors
healthData/vocabularies_repository/*
## Separate binary files by each medical target
healthData/1_Mining-Stage/binary_representation/labels_Y11-W1-TEST_x1_x2_x3_x4_x5_x7_x8_Y1-2008.txt
healthData/1_Mining-Stage/binary_representation/labels_Y12-W1-TEST_x1_x2_x3_x4_x5_x7_x8_Y1-2008.txt
healthData/1_Mining-Stage/binary_representation/labels_Y13-W1-TEST_x1_x2_x3_x4_x5_x7_x8_Y1-2008.txt
healthData/1_Mining-Stage/binary_representation/labels_Y14-W1-TEST_x1_x2_x3_x4_x5_x7_x8_Y1-2008.txt
healthData/*
## Splitting data produced by diagnosenet_desktop-disk.py
# healthData/sandbox-W1-TEST_x1_x2_x3_x4_x5_x7_x8_Y1/*
## DiagnoseNET Framework
diagnosenet/__pycache__/
diagnosenet/*.pyc
.diagnosenet.log
.mypy_cache/*
dashboard/.ipynb_checkpoints/
## enerGyPU monitor testbed produce by default
testbed/*
enerGyPU/testbed/*
## samples
samples/0_sequentialgraph/enerGyPU/*
samples/0_sequentialgraph/dataset/sandbox-*
samples/1_customgraph/enerGyPU/*
samples/1_customgraph/dataset/sandbox-*