sdbrgo commited on
Commit
d6d9197
·
verified ·
1 Parent(s): 16e311c

Update phase/interpret.py

Browse files

modified threshold for SPI-B

Files changed (1) hide show
  1. phase/interpret.py +2 -2
phase/interpret.py CHANGED
@@ -13,8 +13,8 @@ def assign_typology(components):
13
  (0.0, "Low Alert")
14
  ],
15
  "SPI-B (Silent Participation Inference - Silent Adoption)": [
16
- (50.0, "High Alert"),
17
- (20.0, "Medium Alert"),
18
  (0.0, "Low Alert")
19
  ],
20
  "PEG (Participation-to-Expression Gap)": [
 
13
  (0.0, "Low Alert")
14
  ],
15
  "SPI-B (Silent Participation Inference - Silent Adoption)": [
16
+ (60.0, "High Alert"),
17
+ (30.0, "Medium Alert"),
18
  (0.0, "Low Alert")
19
  ],
20
  "PEG (Participation-to-Expression Gap)": [