puqi commited on
Commit
f2e9086
·
1 Parent(s): 20fb87c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ data.reweight_target(data_split = 'val')
62
  data.reweight_preds(data_split = 'val')
63
  data.metrics_names = ['MAE', 'RMSE', 'R2', 'bias']
64
  data.create_metrics_df(data_split = 'val')
65
- %config InlineBackend.figure_format = 'retina'
 
66
  letters = string.ascii_lowercase
67
 
68
  # create custom dictionary for plotting
 
62
  data.reweight_preds(data_split = 'val')
63
  data.metrics_names = ['MAE', 'RMSE', 'R2', 'bias']
64
  data.create_metrics_df(data_split = 'val')
65
+
66
+
67
  letters = string.ascii_lowercase
68
 
69
  # create custom dictionary for plotting