-
Notifications
You must be signed in to change notification settings - Fork 51
[ENH] experiment compositor Negative
#146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
do I guess this would enable to combine experiments with mathematical operators like "+-*/" ? |
Only the unary operation for now, e.g., However, the principle for binary operations like |
Could you give a basic explanation and example of this here? What is the advantage over just putting it into one experiment? |
Can you explain to me what you mean by that? E.g., "putting it into one experiment"? |
Sry, I meant putting the calculations of the score/loss into one experiment, instead of having two experiments with scores/losses each and an operator between them. |
A first composition for experiments,
Negative
- this flips the signs in an experiment.This should also be considered as a proof-of-concept for how composition of experiments would look like.
Depends on #142 which should be merged first.