Spaces:
Runtime error
Runtime error
HardWorkingStation
commited on
Commit
•
5a2fd34
1
Parent(s):
784c3eb
Initial commit
Browse files- README.md +2 -2
- src/app.py +0 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title: Uplift
|
3 |
-
emoji: 🚀
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
|
|
1 |
---
|
2 |
+
title: Uplift Lab
|
3 |
+
emoji: 🚀 🚀 🚀
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
src/app.py
CHANGED
@@ -255,7 +255,6 @@ if show_ml_reasons:
|
|
255 |
col2.metric(
|
256 |
label=f'Qini AUC score',
|
257 |
value=f'{catboost_qini_auc_score:.4f}',
|
258 |
-
help='Всегда будет 0 для пользователя',
|
259 |
delta=f'{catboost_qini_auc_score - user_metric_qini_auc_score:.4f}'
|
260 |
)
|
261 |
col3.metric(
|
|
|
255 |
col2.metric(
|
256 |
label=f'Qini AUC score',
|
257 |
value=f'{catboost_qini_auc_score:.4f}',
|
|
|
258 |
delta=f'{catboost_qini_auc_score - user_metric_qini_auc_score:.4f}'
|
259 |
)
|
260 |
col3.metric(
|