Parameter properties #3
Replies: 3 comments 4 replies
|
It's also just occurred to me that, for metavariables, we should have some way to encode how to calculate them from model inputs, e.g. |
|
The original purpose of I am not sure what you mean by having a set of variables and a set of constraints over them. I thought that is what the current implementation achieves, given that it is simply a dictionary. Could you provide some more information? |
|
As I understand it currently, a |
Uh oh!
There was an error while loading. Please reload this page.
Could we have different types of causal variables (inputs, outputs, meta variables, etc., maybe custom ones for really advanced users) and corresponding methods
is_input,is_output, etc.? That'd be quite useful for some of my data generation stuff.All reactions