SoftPlusHSGP.deterministics_to_replace#
- static SoftPlusHSGP.deterministics_to_replace(name)[source]#
Name of the Deterministic variables that are replaced with pm.Flat for out-of-sample.
This is required for in order to keep out-of-sample predictions use mean of 1.0 from the training set. Without this, the training and test data will not be continuous, showing a jump from the training data to the test data.