[Bug] Bayesian Approach #28
Closed
opened 3 years ago by AlessandroBregoli
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Basic info
Expected Behavior
The Bayesian approach (parameter learning) divides alpha and tau by the number of possible configurations in its parent set.
Actual Behavior
The library use alpha and tau ignoring the parent set.
Steps to Reproduce
Irrelevant.
Log tracebacks and/or errors shown
Irrelevant.
(Optional) Extra info
Without recomputing the alpha with respect to parent set of the node, the equivalent sample size defined by the prior distribution increases with the number of parents. When there are few data this leads to ignoring the dataset in favor of the prior distribution.