isolation-forest icon indicating copy to clipboard operation
isolation-forest copied to clipboard

A Spark/Scala implementation of the isolation forest unsupervised outlier detection algorithm.

Results 8 isolation-forest issues
Sort by recently updated
recently updated
newest added

Hello, I have a general question about the Isolation Forest algorithm. My dataframe looks like this: | | Metric_1 | Metric_2 | | :--- | :----: | ---: | |...

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.

I am using spark 3.1 and Scala 2.12. I am using below isolation forest model artifact in maven. com.linkedin.isolation-forest isolation-forest_3.0.0_2.12 Recently I started getting below error **java.lang.NoClassDefFoundError: org/json4s/JsonAssoc$ at com.linkedin.relevance.isolationforest.IsolationForestModelReadWrite$IsolationForestModelWriter.saveImpl(IsolationForestModelReadWrite.scala:239)...

I'm using azure synapse and nothing I'm doing is allowing me to write models. I've explicitly included spark-avro in my pom file and loaded the spark-avro package into the spark...

You shouldn't be deploying scalatest ``` [error] stack trace is suppressed; run last update for the full output [error] (update) found version conflict(s) in library dependencies; some are suspected to...