Arun-AK commited on
Commit
6e513c8
·
verified ·
1 Parent(s): 780a998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ def compare_ind(med, game, ed, bank, sci, social, ml, other, models_to_compare=N
449
  heatmap_data_metric = heatmap_data_metric.rename(index=dataset_id_to_name)
450
  print(heatmap_data_metric)
451
  fig = plt.figure(figsize=(12, 8))
452
- sns.heatmap(heatmap_data_metric, annot=True, cmap='viridis', fmt=".3f", cbar=True)
453
  plt.title(f"{metric} per Dataset and Model ({len(selected_datasets_keys)} datasets)")
454
  plt.ylabel("Dataset")
455
  plt.xlabel("Model")
 
449
  heatmap_data_metric = heatmap_data_metric.rename(index=dataset_id_to_name)
450
  print(heatmap_data_metric)
451
  fig = plt.figure(figsize=(12, 8))
452
+ sns.heatmap(heatmap_data_metric, annot=True, cmap="crest", fmt=".3f", cbar=True)
453
  plt.title(f"{metric} per Dataset and Model ({len(selected_datasets_keys)} datasets)")
454
  plt.ylabel("Dataset")
455
  plt.xlabel("Model")