Skip to content

Commit de49daa

Browse files
justinuliuhmgomes
authored andcommitted
feat(anomaly): streaming isolation forest
1 parent 39b25d7 commit de49daa

File tree

3 files changed

+512
-1
lines changed

3 files changed

+512
-1
lines changed

src/capymoa/anomaly/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
from ._online_isolation_forest import OnlineIsolationForest
33
from ._autoencoder import Autoencoder
44
from ._stream_rhf import StreamRHF
5+
from ._streaming_isolation_forest import StreamingIsolationForest
56

67
__all__ = [
78
"HalfSpaceTrees",
89
"OnlineIsolationForest",
910
"Autoencoder",
1011
"StreamRHF",
12+
"StreamingIsolationForest",
1113
]

0 commit comments

Comments
 (0)