Skip to content

Add Online Isolation Forest Support #70

Description

@jverbus

Implement a fully online version of Isolation Forest per the paper “Online Isolation Forest” (https://arxiv.org/abs/2505.09593). The library can learn and forget on the fly over a sliding window in Spark / Scala pipelines.

Key points
• New OnlineIsolationForest estimator + mutable model that expose partialFit / sliding‑window updates.
• JSON model schema v2 and optional snapshot‑to‑ONNX exporter (batch export path remains unchanged).
• Structured‑Streaming helpers for real‑time scoring; legacy batch workflows remain unaffected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions