预测#
- class pytorch_forecasting.models.base_model.Prediction(output=None, x=None, index=None, decoder_lengths=None, y=None)[来源]#
基础:
prediction,OutputMixIn创建预测的新实例(output, x, index, decoder_lengths, y)
- Inherited-members:
方法
count(值, /)返回值的出现次数。
get(k[, default])iget(idx)按行选择项目。
items()keys()属性
decoder_lengths字段编号 3 的别名
index字段编号 2 的别名
输出字段号码 0 的别名
x字段编号 1 的别名
y字段号码4的别名