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

Sparse Structure Learning for Massive Datasets #59

Open
arainboldt opened this issue Sep 28, 2022 · 1 comment
Open

Sparse Structure Learning for Massive Datasets #59

arainboldt opened this issue Sep 28, 2022 · 1 comment
Labels
Optimization The code is working fine but some parts can be optimized regarding speed, memory etc

Comments

@arainboldt
Copy link

Hi,

Great package. I really enjoy using it!

I'm working on a project with datasets where the number of variables is 3000+ for which a bayesian network would be ideal choice to model the data. Unfortunately, as we all know, structure learning for Bayes Nets is exponential and consequently, unfeasible for such a wide dataset.

In my research, I've come across this paper which looks very encouraging as a method for addressing the exponential complexity of structure learning.

Is there a straightforward way to implement the parent constraint method described in the paper using the existing structure learning framework in the package?

Any insights or direction is much appreciated

Thanks!

Andrew

@erdogant
Copy link
Owner

Thanks for your question. Did you already find a solution for this?

@erdogant erdogant added the Optimization The code is working fine but some parts can be optimized regarding speed, memory etc label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization The code is working fine but some parts can be optimized regarding speed, memory etc
Projects
None yet
Development

No branches or pull requests

2 participants