How do I implement one class SVM for user authentication? I have unlabelled dataset for 100 users. In my understanding, I have to create 100 different one class svm models for all users to determine if the user is authentic or not , but I am not sure about it.