LLNL / MuyGPyS

A fast, pure python implementation of the MuyGPs Gaussian process realization and training algorithm.
Other
25 stars 11 forks source link

added target_mask kwarg to optimizer functors that specifies which re… #223

Closed bwpriest closed 7 months ago

bwpriest commented 7 months ago

…sponse indices of predictions to preserve during optimization. This makes it possible to train a GP on a set of observed covariates that differs from the set of prediction covariates, such as the shear kernel.