Skip to content

Commit 71e8816

Browse files
Merge pull request #42 from yuta-nakahara/develop-contexttree-LearnModel
Develop contexttree learn model
2 parents 7ee15bb + 42b35cd commit 71e8816

File tree

4 files changed

+601
-793
lines changed

4 files changed

+601
-793
lines changed

bayesml/contexttree/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from ._contexttree import GenModel
2-
# from ._contexttree import LearnModel
2+
from ._contexttree import LearnModel
33

4-
__all__ = ["GenModel"]#, "LearnModel"]
4+
__all__ = ["GenModel", "LearnModel"]

0 commit comments

Comments
 (0)