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
We should use patsy formulae rather than lambda functions to define endogenous variables. Lambda functions defined at the top level in Python fail after round-trip ser/deser with dill. Patsy formulae are just strings; if we used them for price-income transformations as well, we could remove the dependency on pickling altogether and serialize the entire model into an npz file.
The text was updated successfully, but these errors were encountered:
We should use patsy formulae rather than lambda functions to define endogenous variables. Lambda functions defined at the top level in Python fail after round-trip ser/deser with dill. Patsy formulae are just strings; if we used them for price-income transformations as well, we could remove the dependency on pickling altogether and serialize the entire model into an npz file.
The text was updated successfully, but these errors were encountered: