-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdataSpliting.json
More file actions
30 lines (30 loc) · 837 Bytes
/
dataSpliting.json
File metadata and controls
30 lines (30 loc) · 837 Bytes
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
30
{
"training" : [
"HN_03",
"HN_04",
"HN_07",
"HN_13",
"HN_06",
"HN_08",
"HN_35",
"HN_33",
"HN_30"
],
"validation" : [
"HN_15",
"HN_24",
"HN_05",
"HN_11",
"HN_01"
],
"testing" : [
],
"validationAndTesting" :
[
"HN_05",
"HN_11",
"HN_15",
"HN_24",
"HN_01"
]
}