Skip to content

xiangnanyue/PySpark-Isolation-Forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PySpark-Isolation-Forest

A tested version of pyspark isolation forest

The User needs to define his or her own metadata.json and feature file in order to use the python script.

Steps of coding the pyspark isolation forest can be found in the notebook.

If files have been defined, you can simply run

spark-submit --master local[2] --py-files Node.py IsolationForestSpark.py --filePath $fileNameInput --nb_trees 100 --nb_samples 256

About

A tested version of pyspark isolation forest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published