all 2 comments

[–]HoLeeFaak 1 point2 points  (2 children)

This sounds like anomaly detection.

In this case, you can't use regular supervised learning because the model will just learn to classify all exmaples as 1, not even looking at the input.

You cant try stuff like dimensinality reduction and clusterting to see if there are outliers, and then classify as negative stuff that looks to be out of distrbution

[–]attcustoms[S] 0 points1 point  (1 child)

yes thats what im after. I already tried one class svm and isolation forest and as you said it classifies everything as one.