Suppose I have 2 customer segments in a bank (private class and another class) defined by the institution itself. and I want to increase the amount of private clients class, bring clients from other class.How could I find similar clients with the private class ?
I thought of a distance approach like Knn to look for points close to private class customers, does anyone have another suggestion?