Open
Description
🚀 Feature Request
Currently input transforms can be parametric and the parameters can be optimized jointly with the other hyperparameters of the GP (e.g. input warping does). Outcome transforms on the other hand are applied once upon initialization and therefore one cannot currently implement a parametric outcome transform and optimize its parameters jointly with the GP hyperparameters.
Motivation
Support new parametric outcome transforms.
Pitch
Support for inferring parametric outcome transforms similar to input transforms.
Describe alternatives you've considered
None
Are you willing to open a pull request? (See CONTRIBUTING)
When time allows...