Model_to_krushcke

I’m interested in making a model_to_kruschke function based on model_to_graphviz. It seems to me like this shouldn’t be too hard since it’s mostly about changing the actual drawing that gets done, but I don’t know the first thing about where to start.

Would someone be interested in holding my hand and walking me htrough the steps of what I need to do to get started? I’d be grateful and I think the PyMC community would benefit from having such a diagramming function.

Opher

1 Like

I would strongly suggest checking out this issue and this issue for some older requests for similar functionality. If you are interested, I you can start a discussion about a potential PR here or just take a shot at opening a PR (likely by taking a look at the existing to_graphviz method here). If you have questions about how to contribute, there are materials here that may be helpful. Or ask here or on the github discussions.

Thanks. This is helpful. I’m pretty sure I won’t get much done on my own. If my main purpose in posting was because I thought the first step was to look for a colloborator or a mentor, is that the sort of thing that would go in the github discussion forum?

It’s likely that you’ll attract more dev-minded folks over on github, either via an issue or on the discussions. But here is fine too!

1 Like