Each one has some attributes and I want to classify them as good or bad customers. Since I don't have a training set (i.e. having for some IDs as their score of 0 or 1), how can I classify them into two groups? I understand that regression (logistic for example) cannot take place since I don't have a dependent variable. Could a solution be clustering for example and have only two clusters?

Similar questions and discussions