SantanuBanerjee commited on
Commit
a940375
·
verified ·
1 Parent(s): 3a92d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -226,12 +226,12 @@ import numpy as np
226
 
227
 
228
  def extract_problem_domains(df,
 
229
  text_column='Problem_Description',
230
  cluster_range=(10, 50),
231
  top_words=17,
232
- # method='sentence_transformers',
233
- method='tfidf_kmeans',
234
- console_messages
235
  ):
236
 
237
 
 
226
 
227
 
228
  def extract_problem_domains(df,
229
+ console_messages,
230
  text_column='Problem_Description',
231
  cluster_range=(10, 50),
232
  top_words=17,
233
+ # method='sentence_transformers'
234
+ method='tfidf_kmeans'
 
235
  ):
236
 
237