Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric):
|
|
| 62 |
return general_visualizer_plot(methods_selected, x_metric=x_metric, y_metric=y_metric)
|
| 63 |
elif benchmark_type == 'similarity':
|
| 64 |
title = f"Similarity Benchmark: {x_metric} vs {y_metric}"
|
| 65 |
-
return
|
| 66 |
elif benchmark_type == 'Benchmark 3':
|
| 67 |
return benchmark_3_plot(x_metric, y_metric)
|
| 68 |
elif benchmark_type == 'Benchmark 4':
|
|
|
|
| 62 |
return general_visualizer_plot(methods_selected, x_metric=x_metric, y_metric=y_metric)
|
| 63 |
elif benchmark_type == 'similarity':
|
| 64 |
title = f"Similarity Benchmark: {x_metric} vs {y_metric}"
|
| 65 |
+
return draw_scatter_plot_similarity(methods_selected, x_metric, y_metric, title)
|
| 66 |
elif benchmark_type == 'Benchmark 3':
|
| 67 |
return benchmark_3_plot(x_metric, y_metric)
|
| 68 |
elif benchmark_type == 'Benchmark 4':
|