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
| {class}`~baybe.symmetries.dependency.DependencySymmetry`| $f(x,y) = \begin{cases}f(x,y) & \text{if }c(x) \\f(x) & \text{otherwise}\end{cases}$<br>where $c(x)$ is a condition that is either true or false | {class}`~baybe.constraints.discrete.DiscreteDependenciesConstraint`|
19
-
| {class}`~baybe.symmetries.mirror.MirrorSymmetry`| $f(x,y) = f(-x,y)$ | No constraint is available. Instead, the number range for that parameter can simply be restricted. |
| {class}`~baybe.symmetries.dependency.DependencySymmetry`| $f(x,y) = \begin{cases}g(x,y) & \text{if }c(x) \\h(x) & \text{otherwise}\end{cases}$<br>where $c(x)$ is a condition that is either true or false | {class}`~baybe.constraints.discrete.DiscreteDependenciesConstraint`|
19
+
| {class}`~baybe.symmetries.mirror.MirrorSymmetry`| $f(x,y) = f(-x,y)$ | No constraint is available. Instead, the number range for that parameter can simply be restricted. |
20
20
21
21
## Data Augmentation
22
22
This can be a powerful tool to improve the modeling process. Data augmentation
0 commit comments