isolation-forest_3.1.3_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.linkedin.isolation-forest</groupId>
<artifactId>isolation-forest_3.1.3_2.12</artifactId>
<version>4.0.12</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.linkedin.isolation-forest</groupId>
<artifactId>isolation-forest_3.1.3_2.12</artifactId>
<version>4.0.12</version>
<name>isolation-forest_3.1.3_2.12</name>
<description>A Spark/Scala implementation of the isolation forest unsupervised outlier detection algorithm.</description>
<url>https://github.com/linkedin/isolation-forest</url>
<licenses>
<license>
<name>BSD 2-CLAUSE</name>
<url>https://github.com/linkedin/isolation-forest/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jverbus</id>
<name>James Verbus</name>
<url>https://github.com/jverbus</url>
<roles>
<role>Core developer</role>
</roles>
</developer>
</developers>
<scm>
<url>https://github.com/linkedin/isolation-forest.git</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/linkedin/isolation-forest/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/linkedin/isolation-forest/actions/workflows/ci.yml</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>com.chuusai</groupId>
<artifactId>shapeless_2.12</artifactId>
<version>2.3.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-avro_2.12</artifactId>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_2.12</artifactId>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.19</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>