Update phase/interpret.py
Browse filesmodified threshold for SPI-B
- 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 |
-
(
|
| 17 |
-
(
|
| 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)": [
|