linkedin / isolation-forest

A distributed Spark/Scala implementation of the isolation forest algorithm for unsupervised outlier detection, featuring support for scalable training and ONNX export for seamless cross-platform inference.
Other
229 stars 47 forks source link

Removed test dependencies from compile classpath. Updated build.gradle dependencies. No longer support Scala 2.11. #50

Closed jverbus closed 4 months ago

jverbus commented 4 months ago

Removed test dependencies from the compile classpath. Updated build.gradle dependencies to clean up build scan. These changes fixed the issue reported here: https://github.com/linkedin/isolation-forest/issues/47

No longer support Scala 2.11 as the latest maintenance release was November 9, 2017: https://www.scala-lang.org/download/2.11.0.html