HSGPPeriodic.register_data#
- HSGPPeriodic.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.Data
andpm.set_data
.- Parameters:
- Xtensor_like
The data to be used in the model.
- Returns:
Self
The object with the data registered.