Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -225,8 +225,8 @@ def extract_problem_domains(df,
|
|
225 |
text_column='Problem_Description',
|
226 |
cluster_range=(10, 50),
|
227 |
top_words=17,
|
228 |
-
|
229 |
-
method='tfidf_kmeans'
|
230 |
):
|
231 |
|
232 |
|
|
|
225 |
text_column='Problem_Description',
|
226 |
cluster_range=(10, 50),
|
227 |
top_words=17,
|
228 |
+
method='sentence_transformers'
|
229 |
+
# method='tfidf_kmeans'
|
230 |
):
|
231 |
|
232 |
|