Skip to content

Commit

Permalink
Add AutoEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Sep 3, 2018
1 parent ea9601f commit 733c035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyod/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from .abod import ABOD
from .auto_encoder import AutoEncoder
from .cblof import CBLOF
from .combination import aom, moa, average, maximization
from .feature_bagging import FeatureBagging
Expand All @@ -12,6 +13,7 @@
from .pca import PCA

__all__ = ['ABOD',
'AutoEncoder',
'CBLOF',
'aom', 'moa', 'average', 'maximization',
'FeatureBagging',
Expand Down

0 comments on commit 733c035

Please sign in to comment.