Spectral Clustering: An empirical study of Approximation Algorithms and its Application to the Attrition Problem
B. Cung, T. Jin, J. Ramirez, A. Thompson, C. Boutsidis, D. Needell

TL;DR
This paper empirically evaluates approximation algorithms for spectral clustering, focusing on their efficiency and accuracy, and demonstrates their practical application to predicting employee attrition.
Contribution
It provides a comprehensive experimental comparison of spectral clustering approximation methods and applies them to a real-world employee attrition prediction problem.
Findings
Approximation methods significantly reduce computational time.
Certain approximation algorithms maintain high clustering accuracy.
Spectral clustering effectively predicts employee attrition.
Abstract
Clustering is the problem of separating a set of objects into groups (called clusters) so that objects within the same cluster are more similar to each other than to those in different clusters. Spectral clustering is a now well-known method for clustering which utilizes the spectrum of the data similarity matrix to perform this separation. Since the method relies on solving an eigenvector problem, it is computationally expensive for large datasets. To overcome this constraint, approximation methods have been developed which aim to reduce running time while maintaining accurate classification. In this article, we summarize and experimentally evaluate several approximation methods for spectral clustering. From an applications standpoint, we employ spectral clustering to solve the so-called attrition problem, where one aims to identify from a set of employees those who are likely to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMulti-Criteria Decision Making · Facility Location and Emergency Management
