sahandha / eif

Extended Isolation Forest for Anomaly Detection
Other
445 stars 117 forks source link

Not an issue ... but is this available in R? #15

Open marcelbaumgartner opened 4 years ago

marcelbaumgartner commented 4 years ago

Not an issue, bur rather a question from one of the guys who is still fully bound to R. Any plans to provide this as a R package? Thanks, and congratulations for this work.

chris-park commented 4 years ago

Hey @marcelbaumgartner, I wrote an R wrapper around eif here: https://github.com/ergodiclife/eif

Give it a go by first installing the eif python library then installing the R package by running devtools::install_github("ergodiclife/eif"). Let me know if you have any problems.

mgckind commented 4 years ago

This is excellent, thanks! I'll add a link to the Readme

mgckind commented 4 years ago

Does this R version work ok? @ergodiclife , we'd love a PR with the extra code.

chris-park commented 4 years ago

Hi @mgckind - it appears to work. Did you want me to make a PR to update your README?

mgckind commented 4 years ago

Hi @mgckind - it appears to work. Did you want me to make a PR to update your README?

That'd be fantastic, we'll include a contributions guide and contributors list as well to give proper credit