Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ agreements = run_load(
|
|
178 |
reporter = Reporter()
|
179 |
z_scores = reporter.get_all_z_scores(agreements=agreements, aggragate_name="aggregate")
|
180 |
|
181 |
-
corr_name = f"{'
|
182 |
|
183 |
z_scores["z_score"] = z_scores["z_score"].round(2)
|
184 |
z_scores["corr_with_agg"] = z_scores["corr_with_agg"].round(2)
|
|
|
178 |
reporter = Reporter()
|
179 |
z_scores = reporter.get_all_z_scores(agreements=agreements, aggragate_name="aggregate")
|
180 |
|
181 |
+
corr_name = f"{'Kendall Tau' if corr_type=='kendall' else 'Per.'} Corr."
|
182 |
|
183 |
z_scores["z_score"] = z_scores["z_score"].round(2)
|
184 |
z_scores["corr_with_agg"] = z_scores["corr_with_agg"].round(2)
|