Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter learning with continuous data #44

Closed
aynsleybernard opened this issue May 1, 2020 · 1 comment
Closed

Parameter learning with continuous data #44

aynsleybernard opened this issue May 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@aynsleybernard
Copy link

Description

Using the discrete parameter learning functionality on a standard BN structure (20-30 nodes and an intuitive discretisation for each) requires huge amounts of memory. Parameter learning is faster and more memory-efficient when calculated implementing parameter learning on continuous data in other packages (Gaussian BN).

Context

When suitable normality assumptions are being met Gaussian BNs perform well, they don't require any loss of information through discretisation and the memory requirements of parameter learning are severely reduced. I've also seen in your docs that this is already on your roadmap to have this implemented - an ETA would be awesome!

@qbphilip qbphilip added the enhancement New feature or request label Jun 16, 2020
@qbphilip
Copy link
Contributor

Hello,
I am afraid, I don't have an update on the ETA for the functionality. We are happy for any code contributions!

Besides the computational load, its a tradeoff between discretisation- and model-misspecification error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants