Skip to content

Commit b77ce3e

Browse files
committed
Update __init__.py
1 parent cb49b4c commit b77ce3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bayesml/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
from . import normal
88
from . import poisson
99
from . import metatree
10+
from . import contexttree
11+
from . import gaussianmixture
12+
from . import hiddenmarkovnormal
1013

1114
__all__ = ['bernoulli',
1215
'categorical',
@@ -16,5 +19,8 @@
1619
'multivariate_normal',
1720
'normal',
1821
'poisson',
19-
'metatree'
22+
'metatree',
23+
'contexttree',
24+
'gaussianmixture',
25+
'hiddenmarkovnormal',
2026
]

0 commit comments

Comments
 (0)