I am trying to build an one-class SVM model using Microsoft ML package for novelty detection and managed to get some results. The result of the prediction using test data contains the column "Score", which I am not very sure about the meaning here. As I search online, there isnt a very good explanation for that.
As a beginner in machine learning, my guess that the score represents some-what of the probability of the data point being a true anomaly because the higher the score, the more likely the data entry is an anomaly. please correct me if I am wrong and I am also wondering about the algorithms to determine the threshold. I know a few, such as GA, but really confused about how to select an appropriate one to use.
Thanks!