linkedin / isolation-forest

A Spark/Scala implementation of the isolation forest unsupervised outlier detection algorithm with support for exporting in ONNX format.
Other
223 stars 47 forks source link

Publish for Scala 2.13 #34

Closed cchantep closed 1 year ago

cchantep commented 1 year ago

Hi,

Thanks for this library. Since it's compatible with Spark 3.2, and this Spark version support 2.13, it would be nice to publish the library for this Scala version.

jverbus commented 1 year ago

This is done.

https://github.com/linkedin/isolation-forest/pull/37

https://github.com/linkedin/isolation-forest/pull/35

jverbus commented 1 year ago

A version with Scala 2.13 and Spark 3.2 is now available in Maven Central.

<dependency>
  <groupId>com.linkedin.isolation-forest</groupId>
  <artifactId>isolation-forest_3.2.0_2.13</artifactId>
  <version>3.0.1</version>
</dependency>