Need advice on how to handle data and find groupings using ML/AI/DS
Summary Unsupervised grouping of issue resolution notes using K-Means and TF-IDF Vectorization failed to provide meaningful categories due to lack of context. The goal was to categorize issue fixes (e.g., Software Upgrade, Performance/DB Fix) without predefined labels. Root Cause Lack of contextual understanding: TF-IDF captures frequent words but not their meaning or intent. Unsupervised approach … Read more