Update app.py
Browse files
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 |
-
|
|
|
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
|