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 build for Scala 2.11.12. #49

Closed jverbus closed 4 months ago

jverbus commented 4 months ago

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

This commit is in preparation for another commit with larger changes that no longer support Scala 2.11. https://github.com/linkedin/isolation-forest/pull/48