Yue Zhao

Results 127 comments of Yue Zhao

I tried on my linux and mac--both installed fine. I am wondering if that is possible to update your pip and setuptools?

The error appears is because your ground truth labels for evaluation are all 0 or 1...there is nothing to evaluate. There is nothing to do with iforest here. If you...

> All right, makes sense, thank you! > > But then why isn't it allowed to set `contamination=0` if I'm training without any anomalies? it is just for convenience. contamination=0...

I believe that is due to the built in randomness of iforest. It has nothing to do with contamination. The score changes every time

it is a github issue, unfortunately....https://github.com/orgs/community/discussions/86715 they are still fixing

Please try to update pyod to 1.1.3. I just release this version

sorry for being late on this~ I was in moving from my PhD to new faculty job and was totally losing track on this. Could you resubmit this PR to...

Hi Lorenzo, two comments :) 1- it should be resubmit to the development branch 2- it should come with some test code -- maybe add something here? https://github.com/yzhao062/pyod/blob/master/pyod/test/test_lof.py thanks

stream data is not supported... On Sun, Feb 19, 2023 at 8:58 AM ali-Eskandarian ***@***.***> wrote: > Does this package support streaming data in anomaly detection? > > — >...