AD2000X commited on
Commit
c4a0507
·
verified ·
1 Parent(s): 1c291eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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"],