snajmark commited on
Commit
b328173
·
1 Parent(s): a73c726

Update domain_space.py

Browse files
Files changed (1) hide show
  1. domain_space.py +1 -1
domain_space.py CHANGED
@@ -212,7 +212,7 @@ def make_domain_plot(df_synth_pred, explored_domain_space, x_list, target="y_pre
212
  z=z_col,
213
  color=target,
214
  range_color=[uncertainty_min, uncertainty_max],
215
- hover_data={target: ":.3f"},
216
  )
217
 
218
  # Filter domain space
 
212
  z=z_col,
213
  color=target,
214
  range_color=[uncertainty_min, uncertainty_max],
215
+ hover_data={target: ":.3f", "uncertainty": ":.3f"},
216
  )
217
 
218
  # Filter domain space