-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issues and feature requests for Loom integration #190
Comments
Do you plan on integrating the |
@fritzo Thanks for the question. In the current setup, cgpm invokes Loom only to obtain posterior CrossCat model structures (row and column partitions). Querying the model happens by extracting the model structures and creating a cgpm.crosscat.State object (each "state" roughly represents 1 loom "sample" or chain), and then using the infrastructure in cgpm for sampling and density assessment. Since cgpm is largely unoptimized python, we definitely would plan on integrating loom.query.QueryServer to bypass the performance bottlenecks of These decisions might be on our roadmap, and I will certainly reach out for your feedback if we have any questions or design issues with using/integrating Loom. |
Hi @fritzo, following up on this thread, an intern at the probcomp group wrote a metamodel in bayeslite which bypasses cgpm and uses Loom directly. The We still haven't merged the branch since it needs some work and clean up on our side. |
The text was updated successfully, but these errors were encountered: