Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,8 @@ import numpy as np
|
|
237 |
|
238 |
|
239 |
def extract_problem_domains(df,
|
240 |
-
text_column='Processed_ProblemDescription_forDomainExtraction',
|
|
|
241 |
cluster_range=(10, 50),
|
242 |
top_words=17,
|
243 |
method='sentence_transformers'
|
|
|
237 |
|
238 |
|
239 |
def extract_problem_domains(df,
|
240 |
+
# text_column='Processed_ProblemDescription_forDomainExtraction',
|
241 |
+
text_column='Problem_Description',
|
242 |
cluster_range=(10, 50),
|
243 |
top_words=17,
|
244 |
method='sentence_transformers'
|