-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Filter variables in model_graphviz
#5198
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
Comments
Related: An option to drop disconnected |
I think that could work out of the box with the filtering based on varnames |
Hi @ricardoV94 and @michaelosthege, I am happy to take this task. |
Thanks @danhphan! Just a heads up, this one will require a bit of exploration. We know what we want the behavior to be like, but we don't know exactly how to achieve it just yet. Let us know if you manage to get something working, and if not, what did you try so we can help. |
Hi, yes sure, I will do some exploration first. This is a good opportunity to learn |
Hi, as this issue is going to be solved in #5527, I will focus on other tasks then :). Thanks |
Thanks @danhphan for pointing out the duplicate. Regarding the who's working on it (cc @danhphan @soma2000-lang), I wrote it in other issues as well: We don't usually take reservations for issues. |
@lucianopaz suggested that we could could filter variables similar to the
var_names
keyword in arviz, so that we plot subsets of the model graph. This should be straightforward with some simple Aesara graph manipulation prior to calling the main function inmodel_graphviz
The text was updated successfully, but these errors were encountered: