0
点赞
收藏
分享

微信扫一扫

时间序列 工具库学习(13) Darts模块-DeepTCN 模型

1.导库

使用TCN模型进行概率预测的例子,非常接近https://arxiv.org/abs/1906.04397中描述的DeepTCN模型。

from utils import fix_pythonpath_if_working_locally

fix_pythonpath_if_working_locally()
%matplotlib inline

import pandas as pd

from darts.models import TCNModel
import darts.utils.timeseries_generation as tg
from darts
举报

相关推荐

0 条评论