titicaca / spark-iforest

Isolation Forest on Spark
Apache License 2.0
226 stars 90 forks source link

Compile for Pyspark 3.x.x #35

Closed diogoribeiro09 closed 3 years ago

diogoribeiro09 commented 3 years ago

Hi, I've used your package on Pyspark 2.4.0 and it works amazing. Thank you for your incredible work. Due to some project constrains I now need to use Pyspark 3.x.x, . Is this even possible? If so, how should i proceed?

Best Regards, Diogo Ribeiro

titicaca commented 3 years ago

You can try branch spark3, https://github.com/titicaca/spark-iforest/tree/spark3

diogoribeiro09 commented 3 years ago

Thank you . It works :)