aws/random-cut-forest-by-aws

C, Ruby, and PHP libraries + standalone CLI

ankane opened this issue ยท 1 comments

Hi, thanks for this library! I recently created a few projects around it and wanted to share:

  • C / shared library, so more languages can use it ๐ŸŽ‰ It uses the Rust library, but Rust is only required to build it.
  • Ruby and PHP libraries, which call the shared library through FFI.
  • Standalone CLI (thanks to Rust). It currently supports the AnomalyScoreRunner functionality, but other runners could be added. It uses a CSV parser to address the String::split note in the docs.

If you have any feedback on any of the projects, let me know. Thanks again for creating this!

Nice! Thank you for making the capability available to a larger audience.