Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -609,9 +609,6 @@ def run_detailed_comparison():
|
|
609 |
"Ontology-Enhanced RAG": list(enhanced_metrics.values())
|
610 |
})
|
611 |
|
612 |
-
# Filter out columns with incomplete data to avoid inconsistencies between theta and r
|
613 |
-
plot_df = df.dropna(subset=["Metric", "Value", "Method"])
|
614 |
-
|
615 |
# # Convert wide-format to long-format
|
616 |
plot_df = metrics_df.melt(
|
617 |
id_vars=["metrics"],
|
|
|
609 |
"Ontology-Enhanced RAG": list(enhanced_metrics.values())
|
610 |
})
|
611 |
|
|
|
|
|
|
|
612 |
# # Convert wide-format to long-format
|
613 |
plot_df = metrics_df.melt(
|
614 |
id_vars=["metrics"],
|