You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the VIP transform creates an object with lambdas for manipulation at application time. If any model transform is done later (do, cond), the object is no longer relevant. The idea is to write a helper function as:
classVIP:
@classmethoddeffrom_model(cls, model, var_names: list[str]) ->VIP:
# Collect lambdas based on name pattern "name" -> f"{name}::lam_logit__"
...
The text was updated successfully, but these errors were encountered:
pymc-experimental/pymc_experimental/model/transforms/autoreparam.py
Line 422 in d50742d
So far the VIP transform creates an object with lambdas for manipulation at application time. If any model transform is done later (do, cond), the object is no longer relevant. The idea is to write a helper function as:
The text was updated successfully, but these errors were encountered: