SantanuBanerjee commited on
Commit
45cea7e
·
verified ·
1 Parent(s): 3a168c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -275,8 +275,8 @@ def extract_problem_domains(df,
275
  # text_column='Problem_Description',
276
  cluster_range=(5, 15),
277
  top_words=10,
278
- method='sentence_transformers'
279
- # method='tfidf_kmeans'
280
  ):
281
 
282
 
 
275
  # text_column='Problem_Description',
276
  cluster_range=(5, 15),
277
  top_words=10,
278
+ # method='sentence_transformers'
279
+ method='tfidf_kmeans'
280
  ):
281
 
282