Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ data.metrics_names = ['MAE', 'RMSE', 'R2', 'bias']
|
|
212 |
data.create_metrics_df(data_split = 'scoring')
|
213 |
|
214 |
# set plotting settings
|
215 |
-
|
216 |
letters = string.ascii_lowercase
|
217 |
|
218 |
# create custom dictionary for plotting
|
|
|
212 |
data.create_metrics_df(data_split = 'scoring')
|
213 |
|
214 |
# set plotting settings
|
215 |
+
|
216 |
letters = string.ascii_lowercase
|
217 |
|
218 |
# create custom dictionary for plotting
|