时间序列 工具库学习(9) Darts模块-TCN时间卷积网络

阅读 36

2022-01-20

1.导库

# fix python path if working locally
from utils import fix_pythonpath_if_working_locally

fix_pythonpath_if_working_locally()


import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

from darts import TimeSeries
from darts.models import TCNModel, RNNModel

精彩评论(0)

0 0 举报