SoftPlusHSGP.register_data#
- SoftPlusHSGP.register_data(X)#
 Register the data to be used in the model.
To be used before creating a variable but not for out-of-sample prediction. For out-of-sample prediction, use
pm.Dataandpm.set_data.- Parameters:
 - Xtensor_like
 The data to be used in the model.
- Returns:
 SelfThe object with the data registered.