MarMont commited on
Commit
555572e
1 Parent(s): 5483c2e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,7 +283,7 @@ def full_lda(df):
283
  step=1,
284
  coherence='c_v')
285
  # print(model_list + str(i))
286
- print(coherence_values + str(i))
287
  for j in range(len(coherence_values)):
288
  coherence_averages[j] += coherence_values[j]
289
 
 
283
  step=1,
284
  coherence='c_v')
285
  # print(model_list + str(i))
286
+ # print(coherence_values + str(i))
287
  for j in range(len(coherence_values)):
288
  coherence_averages[j] += coherence_values[j]
289