Many changes to the graphing facilities were introduced in PyMC 5.16.x, and HSSM's internal graphing hacks stopped working. Fortunately, in Bambi 0.14.0, we no longer need these hacks. Instead, we simply need to implement some modifications to the graph generated from Bambi in the case where parent is not a regression.
Many changes to the graphing facilities were introduced in PyMC 5.16.x, and HSSM's internal graphing hacks stopped working. Fortunately, in Bambi 0.14.0, we no longer need these hacks. Instead, we simply need to implement some modifications to the graph generated from Bambi in the case where
parent
is not a regression.