Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thuml/Time-Series-Library
/ functions
Functions
768 in github.com/thuml/Time-Series-Library
⨍
Functions
768
◇
Types & classes
221
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/PatchTST.py:213
Method
forward
(self, src)
models/MICN.py:69
Method
forward
(self, dec)
models/MICN.py:102
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/MICN.py:208
Method
forward
(self, x)
models/MSGNet.py:41
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/MSGNet.py:231
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/Reformer.py:116
Method
forward
(self, x)
models/SCINet.py:16
Method
forward
(self, x)
models/SCINet.py:38
Method
forward
(self, x)
models/SCINet.py:48
Method
forward
(self, x)
models/SCINet.py:72
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/SCINet.py:138
Method
forward
(self, x)
models/TimeXer.py:17
Method
forward
(self, x)
models/TimeXer.py:36
Method
forward
(self, x, cross, x_mask=None, cross_mask=None, tau=None, delta=None)
models/TimeXer.py:58
Method
forward
(self, x, cross, x_mask=None, cross_mask=None, tau=None, delta=None)
models/TimeXer.py:85
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/TimeXer.py:216
Method
forward
(self, input)
models/TiDE.py:14
Method
forward
(self, x)
models/TiDE.py:30
Method
forward
x_mark_enc is the exogenous dynamic feature described in the original paper
models/TiDE.py:124
Method
forward
(self, x)
models/MambaSingleLayer.py:20
Method
forward
(self, x)
models/MambaSingleLayer.py:35
Method
forward
(self, x_enc, x_mark_enc, x_dec=None, x_mark_dec=None, mask=None)
models/MambaSingleLayer.py:100
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/Mamba.py:45
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/Autoformer.py:143
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/Pyraformer.py:84
Method
forward
(self, x_enc, x_mark_enc, x_dec, x_mark_dec, mask=None)
models/Chronos2.py:39
Method
group_count
(group_name)
utils/m4_summary.py:121
Function
interpolate_missing
Replaces NaN values in pd.Series `y` using linear interpolation
data_provider/uea.py:110
Method
inverse_transform
(self, data)
data_provider/data_loader.py:117
Method
inverse_transform
(self, data)
data_provider/data_loader.py:219
Method
inverse_transform
(self, data)
data_provider/data_loader.py:329
Function
load_m4_info
Load M4Info file. :return: Pandas DataFrame of M4Info.
data_provider/m4.py:155
Function
magnitude_warp
(x, sigma=0.2, knot=4)
utils/augmentation.py:46
Method
mask
(self)
utils/masking.py:11
Method
mask
(self)
utils/masking.py:25
Method
mask
(self)
layers/Pyraformer_EncDec.py:75
Function
mask_topk_area
(adj, n_vars, masks, alpha=0.5)
layers/TimeFilter_layers.py:56
Function
mask_topk_moe
(adj, thre, n_vars, masks)
layers/TimeFilter_layers.py:26
Function
permutation
(x, max_segments=5, seg_mode="equal")
utils/augmentation.py:21
Function
phi_
(phi_c, x, lb=0, ub=1)
layers/MultiWaveletCorrelation.py:26
Function
progress
(count, block_size, total_size)
data_provider/m4.py:75
Function
random_guided_warp_shape
(x, labels, slope_constraint="symmetric", use_window=True)
utils/augmentation.py:247
Method
reconstruct
(self, c)
models/FiLM.py:55
Function
rotation
(x)
utils/augmentation.py:14
Method
round_all
(d)
utils/m4_summary.py:107
Function
run_augmentation
(x, y, args)
utils/augmentation.py:332
Function
scaling
(x, sigma=0.1)
utils/augmentation.py:9
Function
sfb2d
Does a single level 2d wavelet reconstruction of wavelet coefficients. Does separate row and column filtering by two calls to :py:func:`pytor
layers/DWT_Decomposition.py:869
Function
sfb2d_nonsep
Does a single level 2d wavelet reconstruction of wavelet coefficients. Does not do separable filtering. Inputs: coeffs (torch.Tensor
layers/DWT_Decomposition.py:1019
Function
shape_dtw
Computes the shapeDTW of two sequences. :param prototype: np array [0..b] :param sample: np array [0..t] :param extended: bool
utils/dtw.py:103
Function
spawner
(x, labels, sigma=0.05, verbose=0)
utils/augmentation.py:107
Function
subsample
If a given Series is longer than `limit`, returns subsampled sequence by the specified integer factor
data_provider/uea.py:119
Method
test
(self, setting, test=0)
exp/exp_classification.py:145
Method
test
(self, setting, test=0)
exp/exp_long_term_forecasting.py:168
Method
test
(self, setting, test=0)
exp/exp_short_term_forecasting.py:160
Method
test
(self, setting, test=0)
exp/exp_anomaly_detection.py:128
Method
test
(self, setting, test=0)
exp/exp_zero_shot_forecasting.py:41
Method
test
(self, setting, test=0)
exp/exp_imputation.py:156
Method
time_delay_agg_full
Standard version of Autocorrelation
layers/AutoCorrelation.py:78
Function
time_warp
(x, sigma=0.2, knot=4)
utils/augmentation.py:59
Method
transform
(self, x)
layers/DWT_Decomposition.py:66
Method
transform
(self, x)
layers/ETSformer_EncDec.py:15
Function
url_file_name
Extract file name from url. :param url: URL to extract file name from. :return: File name.
data_provider/m4.py:57
Method
vali
(self)
exp/exp_basic.py:69
Function
wdba
(x, labels, batch_size=6, slope_constraint="symmetric", use_window=True, verbose=0)
utils/augmentation.py:145
Method
weight
(self)
layers/ETSformer_EncDec.py:84
Function
window_warp
(x, window_ratio=0.1, scales=[0.5, 2.])
utils/augmentation.py:88
← previous
701–768 of 768, ranked by callers