Spaces:
Runtime error
Runtime error
Update pages/task1.py
Browse files- pages/task1.py +2 -2
pages/task1.py
CHANGED
|
@@ -98,10 +98,10 @@ else:
|
|
| 98 |
st.write(f'время = {round(times[0],3)}c, f1-score = 0.64')
|
| 99 |
|
| 100 |
d[res2](f'Предсказание 2-й модели: {di[res2]}')
|
| 101 |
-
st.write(f'время = {round(times[
|
| 102 |
|
| 103 |
d[res3](f'Предсказание 3-й модели: {di[res3]}')
|
| 104 |
-
st.write(f'время = {round(times[
|
| 105 |
|
| 106 |
|
| 107 |
plt.figure(figsize=(8, 8))
|
|
|
|
| 98 |
st.write(f'время = {round(times[0],3)}c, f1-score = 0.64')
|
| 99 |
|
| 100 |
d[res2](f'Предсказание 2-й модели: {di[res2]}')
|
| 101 |
+
st.write(f'время = {round(times[1],3)}c, f1-score = 0.70')
|
| 102 |
|
| 103 |
d[res3](f'Предсказание 3-й модели: {di[res3]}')
|
| 104 |
+
st.write(f'время = {round(times[2],3)}c, f1-score = 0.66')
|
| 105 |
|
| 106 |
|
| 107 |
plt.figure(figsize=(8, 8))
|