Hi there,
I think one gap in AutoGP is that it doesn't offer non-stationary kernel primitives, e.g. Brownian motion or integrated brownian motion (IBM).
In particular, cubic spline regression for 1d data (i.e. time series) can be recovered by the kernel compostion: CONST + LINEAR + IBM. I think thats quite powerful to expose as something that can be learnt using involutive MCMC moves on the structure.
I do note however, that adding a new kernel primitive would require replumbing the GPConfig struct, so its a bit of a lift.
Hi there,
I think one gap in AutoGP is that it doesn't offer non-stationary kernel primitives, e.g. Brownian motion or integrated brownian motion (IBM).
In particular, cubic spline regression for 1d data (i.e. time series) can be recovered by the kernel compostion: CONST + LINEAR + IBM. I think thats quite powerful to expose as something that can be learnt using involutive MCMC moves on the structure.
I do note however, that adding a new kernel primitive would require replumbing the
GPConfigstruct, so its a bit of a lift.