linkedin / isolation-forest   4.0.1

GitHub

A distributed Spark/Scala implementation of the isolation forest algorithm for unsupervised outlier detection, featuring support for scalable training and ONNX export for easy cross-platform inference.

Scala versions: 2.13 2.12

isolation-forest_3.5.5 4.0.1


Group ID:
com.linkedin.isolation-forest
Artifact ID:
isolation-forest_3.5.5_2.13
Version:
4.0.1
Release Date:
Mar 25, 2025
Licenses:
Files:
Full Scala Version:
2.13.14
Developers:

libraryDependencies += "com.linkedin.isolation-forest" %% "isolation-forest_3.5.5" % "4.0.1"

Mill build tool

ivy"com.linkedin.isolation-forest::isolation-forest_3.5.5:4.0.1"

Scala CLI

//> using dep "com.linkedin.isolation-forest::isolation-forest_3.5.5:4.0.1"

Ammonite REPL

import $ivy.`com.linkedin.isolation-forest::isolation-forest_3.5.5:4.0.1`

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

compile group: 'com.linkedin.isolation-forest', name: 'isolation-forest_3.5.5_2.13', version: '4.0.1'