I want to know how can I calculate anomaly score using decision_function(X) in One-Class SVM on my own data-set.
I have studied this post and also have seen this example:
Now I want to put my own data-set in the example given above. How is it possible for me. Thanks in advance.