twinlab.PredictParams#
- class twinlab.PredictParams(observation_noise=True)[source]#
Parameter configuration for making predictions using a trained emulator.
- Variables:
observation_noise (bool, optional) – Whether or not to include the noise term in the standard deviation of the prediction. Setting this to
Falsecan be a good idea if the training data is noisy but the underlying trend of the trained model is smooth. In this case, the predictions would correspond to the underlying trend. Setting this toTruecan be a good idea to see the spread of possible predictions including the noise. This is useful to know the true uncertainty in the data-generation process, and to estimate the true span of values that might be observed next. The default value isTrue.
Methods
__init__([observation_noise])unpack_parameters()