python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is the score_samples-function of the IsolationForest algorithm in Scikit-Learn giving identical scores?
I'm trying to use the IsolationForest algorithm in scikit-learn, and I'm interested in the computed score. But when calling score_samples() I don't get the scores I expect.
Here is a plot of my data:
...
afd
Votes: 0
Answers: 1
Can Isolation Forest be used to detect colored anomalies in images?
I am a bit confused about how isolation forest might work on images.
My problem is the following:
I have lots of images and on some of them there is a colored dot-ish anomaly somewhere. I would like t...

Alias
Votes: 0
Answers: 0