Spaces:
Running
Running
Update src/bin/semantic_similarity_infer.py
Browse files
src/bin/semantic_similarity_infer.py
CHANGED
@@ -113,9 +113,9 @@ def calculate_all_correlations():
|
|
113 |
corr, p_value = calculateCorrelationforOntology(aspect, similarity_matrix_type)
|
114 |
|
115 |
corr_key = f"{similarity_matrix_type}_{aspect}_correlation"
|
116 |
-
p_value_key = f"{similarity_matrix_type}_{aspect}_pvalue"
|
117 |
|
118 |
results[corr_key] = corr
|
119 |
-
results[p_value_key] = p_value
|
120 |
|
121 |
return results
|
|
|
113 |
corr, p_value = calculateCorrelationforOntology(aspect, similarity_matrix_type)
|
114 |
|
115 |
corr_key = f"{similarity_matrix_type}_{aspect}_correlation"
|
116 |
+
#p_value_key = f"{similarity_matrix_type}_{aspect}_pvalue"
|
117 |
|
118 |
results[corr_key] = corr
|
119 |
+
#results[p_value_key] = p_value
|
120 |
|
121 |
return results
|