Open igoumiri opened 5 months ago
I ran into an error when trying to optimize the scale for a hierarchical model where I wasn't able to pass batch_features to the kernel. This fixes it.
batch_features
Example usage:
muygps = muygps.optimize_scale(batch_pairwise_diffs, batch_nn_targets, batch_features=batch_features)
I ran into an error when trying to optimize the scale for a hierarchical model where I wasn't able to pass
batch_features
to the kernel. This fixes it.Example usage: