Spaces:
Runtime error
Runtime error
add information theory component
Browse files- options.py +1 -0
options.py
CHANGED
@@ -11,6 +11,7 @@ def metrics_options() -> List[str]:
|
|
11 |
"pos_proportions",
|
12 |
"coherence",
|
13 |
"quality",
|
|
|
14 |
]
|
15 |
|
16 |
|
|
|
11 |
"pos_proportions",
|
12 |
"coherence",
|
13 |
"quality",
|
14 |
+
"information_theory",
|
15 |
]
|
16 |
|
17 |
|