spark-iforest icon indicating copy to clipboard operation
spark-iforest copied to clipboard

Isolation Forest on Spark

Results 6 spark-iforest issues
Sort by recently updated
recently updated
newest added

I would really like to thank you for this amazing work. however, I'm trying to save the model so I will be able to use it, later with spark streaming...

First of all, thank you for your work. Would it be possible to upload your package (JAR) to the Maven Central Repository (see https://maven.apache.org/repository/guide-central-repository-upload.html)?

Hi @titicaca, I am trying to run the example pyspark code given in the Readme on my Pyspark notebook, but it returns an error while loading the model. I am...

Spark version: 2.3.2 Python: 3.6 > Exception ignored in: > Traceback (most recent call last): > File "/usr/hdp/current/spark-client/python/pyspark/ml/wrapper.py", line 105, in __del__ > SparkContext._active_spark_context._gateway.detach(self._java_obj) > AttributeError: 'IForest' object has no...

When I try to initialize the model (as per _Python API_ convention) using the below statement - ``` from pyspark_iforest.ml.iforest import IForest iforest = IForest( numTrees=100, maxSamples=256, maxFeatures=len(features), contamination=0.025, bootstrap=False,...

Bumps [pyspark](https://github.com/apache/spark) from 2.4.0 to 3.2.2. Commits 78a5825 Preparing Spark release v3.2.2-rc1 ba978b3 [SPARK-39099][BUILD] Add dependencies to Dockerfile for building Spark releases 001d8b0 [SPARK-37554][BUILD] Add PyArrow, pandas and plotly to...

dependencies
python