-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anomaly detection in table values #246
Comments
Hi, you may find this paper interesting and applicable https://arxiv.org/pdf/1910.01793.pdf |
@ArmanAttaran Thanks for forwarding this to me. It was a good read, unfortunately there’s no R package by the authors for using their methodology. I found an earlier R package by one of the authors use part of what they described but it’s a much earlier work. |
Ok I will take a crack at it for my own use and keep you posted; it will
most likely use Stan as the engine so I’m not sure if it will be useful for
you.
…On Wed, Mar 10, 2021 at 8:04 PM Richard Iannone ***@***.***> wrote:
@ArmanAttaran <https://github.com/ArmanAttaran> Thanks for forwarding
this to me. It was a good read, unfortunately there’s no R package by the
authors for using their methodology. I found an earlier R package by one of
the authors use part of what they described but it’s a much earlier work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/rich-iannone/pointblank/issues/246#issuecomment-796340572>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3YPELH7IGF3AHGCJYFZLDTDACHNANCNFSM4U5C6KEQ>
.
|
If you could develop a reproducible method (and have it in a package on CRAN), I’d use it even if it had the rstan dependency tree (I’d make it a suggested package). Let me know if I could be of assistance, also. |
It would be great for time-series data (or univariate data) to detect anomalous data in a table. This needs to work well with both data frames and database tables.
The text was updated successfully, but these errors were encountered: