Skip to content

Instantly share code, notes, and snippets.

@jetnew
Created June 2, 2019 01:58
Show Gist options
  • Save jetnew/6cc5b67494144563365e313c0d69dd69 to your computer and use it in GitHub Desktop.
Save jetnew/6cc5b67494144563365e313c0d69dd69 to your computer and use it in GitHub Desktop.
HBOS using kenchi
from kenchi.outlier_detection.statistical import HBOS
hbos = HBOS(novelty=True).fit(X)
y_pred = hbos.predict(X)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment