jeydipak commited on
Commit
8a81b55
1 Parent(s): 869d666

Update pages/task1.py

Browse files
Files changed (1) hide show
  1. 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[0],3)}c, f1-score = 0.70')
102
 
103
  d[res3](f'Предсказание 3-й модели: {di[res3]}')
104
- st.write(f'время = {round(times[0],3)}c, f1-score = 0.66')
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))