Skip to content

Commit dd64ef4

Browse files
Merge branch 'main' into release-0.2.1
2 parents 5ab74b2 + 9342dcf commit dd64ef4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ The following packages are currently available. In this library, a probabilistic
123123
* [Hidden Markov normal model](https://yuta-nakahara.github.io/BayesML/bayesml.hiddenmarkovnormal.html "BayesML Hidden Markov Normal Model")
124124
* [Context tree model](https://yuta-nakahara.github.io/BayesML/bayesml.contexttree.html "BayesML Context Tree Model")
125125

126+
In the future, we will add packages to deal with more complicated hierarchical models.
127+
126128
## How to contribute
127129

128130
Thank you for considering a contribution to BayesML. For more information, please see [here](./CONTRIBUTING.md).

README_jp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ print(learn_model.estimate_params(loss='0-1'))
120120
* [隠れマルコフモデル](https://yuta-nakahara.github.io/BayesML/bayesml.hiddenmarkovnormal.html "BayesML Hidden Markov Normal Model")
121121
* [文脈木モデル](https://yuta-nakahara.github.io/BayesML/bayesml.contexttree.html "BayesML Context Tree Model")
122122

123+
また,今後はより複雑な階層的モデルを取り扱うパッケージを追加していく予定です.
124+
123125
## コントリビューションの方法
124126

125127
BayesMLへのコントリビューションを考えてくださってありがとうございます.詳細については[こちら](./CONTRIBUTING_jp.md)をご覧ください.

0 commit comments

Comments
 (0)