API Reference¶
This section documents the supported ABERRANT public surface.
Public modules¶
aberrant.baseaberrant.driftaberrant.modelaberrant.model.iforestaberrant.model.distanceaberrant.model.sketchaberrant.model.svmaberrant.model.stataberrant.model.deepaberrant.transformaberrant.transform.preprocessingaberrant.transform.projectionaberrant.stream.dataset
Scoring conventions¶
- Binary:
ThresholdModeland threshold wrappers. - Bounded
[0, 1]: isolation-forest variants. - Continuous/unbounded: sketch, distance, SVM, statistical, and deep models.
Stability policy¶
- Objects exported through package
__init__.pyfiles above are considered public. - Internal helpers and private names (
_...) can change between releases.