Skip to content

Commit d89d42b

Browse files
committed
Add gen and visualize
1 parent bca97f0 commit d89d42b

File tree

4 files changed

+885
-907
lines changed

4 files changed

+885
-907
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)