Skip to content

Commit bfb04df

Browse files
committed
Link interactive Extended Isolation Forest demo in README
1 parent 10b5f0a commit bfb04df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ This is a distributed Scala/Spark implementation of the Isolation Forest unsuper
3434
algorithm. It includes both the standard Isolation Forest and the Extended Isolation Forest,
3535
which uses random hyperplane splits to eliminate the axis-aligned bias of the original algorithm. The standard
3636
Isolation Forest also features support for ONNX export for easy cross-platform inference. This library was
37-
created by [James Verbus](https://www.linkedin.com/in/jamesverbus/) from the LinkedIn Anti-Abuse AI team.
37+
created by [James Verbus](https://jverbus.github.io/) from the LinkedIn Anti-Abuse AI team.
38+
You can find him on [LinkedIn](https://www.linkedin.com/in/jamesverbus/).
3839

3940
## Features
4041

@@ -44,6 +45,7 @@ created by [James Verbus](https://www.linkedin.com/in/jamesverbus/) from the Lin
4445
* **Extended Isolation Forest:** The `ExtendedIsolationForest` variant uses random hyperplane splits instead of
4546
axis-aligned splits, eliminating the directional bias present in the standard algorithm. This is especially
4647
useful for detecting anomalies in data with correlated features or anomalies that don't align with individual feature axes.
48+
See this [interactive demo](https://jverbus.github.io/2026/03/18/announcing-extended-isolation-forest-support/#try-it-live) illustrating the difference between Isolation Forest and Extended Isolation Forest.
4749
* **Broad portability via ONNX:** The `isolation-forest-onnx` module provides a Python-based converter to convert a
4850
trained standard `IsolationForestModel` to ONNX format for broad portability across platforms and languages.
4951
[ONNX](https://onnx.ai/) is an open format built to represent machine learning models.

0 commit comments

Comments
 (0)