Skip to content

Commit d608df6

Browse files
authored
Merge pull request #131 from UCL-CORU/hospital-hierarchy
Hierarchical demand prediction
2 parents ed4025e + e5bcbb7 commit d608df6

67 files changed

Lines changed: 11462 additions & 3921 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,16 @@ x2: 12
3333

3434
# Target proportion of patients admitted by time x2.
3535
y2: .99
36+
37+
# Hierarchy configuration
38+
# Defines the organizational hierarchy structure
39+
levels:
40+
- entity_type: specialty
41+
parent_type: division
42+
level_order: 0
43+
- entity_type: division
44+
parent_type: hospital
45+
level_order: 1
46+
- entity_type: hospital
47+
parent_type: null
48+
level_order: 2
17 Bytes
Loading
74 Bytes
Loading
22 Bytes
Loading
708 Bytes
Loading

0 commit comments

Comments
 (0)