Prediction#
- class pytorch_forecasting.models.base._base_model.Prediction(output=None, x=None, index=None, decoder_lengths=None, y=None)[source]#
Bases:
prediction,OutputMixInCreate new instance of prediction(output, x, index, decoder_lengths, y)
- Inherited-members:
Methods
count(value, /)Return number of occurrences of value.
get(k[, default])iget(idx)Select item(s) row-wise.
items()keys()Attributes
decoder_lengthsAlias for field number 3
indexAlias for field number 2
outputAlias for field number 0
xAlias for field number 1
yAlias for field number 4