Skip to content

Commit 8b4e35c

Browse files
committed
Add continuous features to GenModel
1 parent fdc2878 commit 8b4e35c

File tree

3 files changed

+597
-214
lines changed

3 files changed

+597
-214
lines changed

bayesml/metatree/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
* Dobashi, N.; Saito, S.; Nakahara, Y.; Matsushima, T. Meta-Tree Random Forest: Probabilistic Data-Generative Model and Bayes Optimal Prediction. *Entropy* 2021, 23, 768. https://doi.org/10.3390/e23060768
126126
* Nakahara, Y.; Saito, S.; Kamatsuka, A.; Matsushima, T. Probability Distribution on Full Rooted Trees. *Entropy* 2022, 24, 328. https://doi.org/10.3390/e24030328
127127
"""
128-
from ._metatree_x_discrete import GenModel
129-
from ._metatree_x_discrete import LearnModel
128+
from ._metatree import GenModel
129+
from ._metatree import LearnModel
130130

131131
__all__ = ["GenModel", "LearnModel"]

0 commit comments

Comments
 (0)