-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Anomaly Likelihood does not work correctly! #665
Comments
By comparing my codes ported originally from python version, this version is totally different! This explains me! |
Related to review of anomaly likelihood #469
@Thanh-Binh could you share your simple experimentation code for sine waves? I'd like to integrate it to our tests as quality benchmark for different anomaly modes. |
@breznak I will share it asap... |
This could likely be joined with #646 , as the experiment on sines is the same, and we'd do both predictions & anomaly. AFAIK the hotgym runs sine wave, @Thanh-Binh if you have problems porting your codes, can you explain on the existing hotgym where the problems are? |
I was able to confirm this, escalating to a bug. Thank you for reporting! I was confused by "likelihood of anomaly" (which would imply high likelihood => anomaly), but it is a likelihood of a score (anomaly score). And we want to detect unlikely scores -> |
See #469 (comment) for some high level ideas about anomaly likelihood. |
Hi all,
I have just tested anomaly detection with sinus waves by using
For both cases, I used default values of AnomalyLikelihood.
In my observation:
Does anyone have something like my observation? Thanks
The text was updated successfully, but these errors were encountered: