Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 184 Bytes

File metadata and controls

4 lines (3 loc) · 184 Bytes

Isolation-Forest

This is aquite simplistic implementation of Isolation Forest, which is based on a giant's code of decision tree. I believe it's friendly enough for novices like me