Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DAMO-DI-ML/NeurIPS2023-One-Fits-All
/ types & classes
Types & classes
319 in github.com/DAMO-DI-ML/NeurIPS2023-One-Fits-All
⨍
Functions
1,009
◇
Types & classes
319
↓ 38 callers
Class
TsFileParseException
Should be raised when parsing a .ts file and the format is incorrect.
Classification/src/datasets/utils.py:46
↓ 9 callers
Class
StandardScaler
Imputation/utils/tools.py:67
↓ 8 callers
Class
StandardScaler
Short-term_Forecasting/utils/tools.py:67
↓ 8 callers
Class
StandardScaler
Anomaly_Detection/utils/tools.py:67
↓ 5 callers
Class
series_decomp
Series decomposition block
Zero-shot_Learning/layers/Autoformer_EncDec.py:39
↓ 4 callers
Class
FourierCrossAttentionW
Zero-shot_Learning/layers/MultiWaveletCorrelation.py:394
↓ 4 callers
Class
PositionalEmbedding
Classification/src/models/embed.py:8
↓ 4 callers
Class
PositionalEmbedding
Short-term_Forecasting/layers/Embed.py:8
↓ 4 callers
Class
PositionalEmbedding
Anomaly_Detection/layers/Embed.py:8
↓ 4 callers
Class
PositionalEmbedding
Imputation/layers/Embed.py:8
↓ 4 callers
Class
StandardScaler
Zero-shot_Learning/utils/tools.py:83
↓ 4 callers
Class
StandardScaler
Few-shot_Learning/utils/tools.py:82
↓ 4 callers
Class
StandardScaler
Long-term_Forecasting/utils/tools.py:82
↓ 4 callers
Class
TokenEmbedding
Classification/src/models/embed.py:29
↓ 4 callers
Class
TokenEmbedding
Short-term_Forecasting/layers/Embed.py:29
↓ 4 callers
Class
TokenEmbedding
Anomaly_Detection/layers/Embed.py:29
↓ 4 callers
Class
TokenEmbedding
Imputation/layers/Embed.py:29
↓ 3 callers
Class
AttentionLayer
Zero-shot_Learning/layers/SelfAttention_Family.py:179
↓ 3 callers
Class
FullAttention
Zero-shot_Learning/layers/SelfAttention_Family.py:48
↓ 3 callers
Class
PositionalEmbedding
Zero-shot_Learning/embed.py:8
↓ 3 callers
Class
PositionalEmbedding
Zero-shot_Learning/layers/Embed.py:8
↓ 3 callers
Class
PositionalEmbedding
Few-shot_Learning/embed.py:8
↓ 3 callers
Class
PositionalEmbedding
Long-term_Forecasting/embed.py:8
↓ 3 callers
Class
TokenEmbedding
Zero-shot_Learning/embed.py:28
↓ 3 callers
Class
TokenEmbedding
Few-shot_Learning/embed.py:28
↓ 3 callers
Class
TokenEmbedding
Long-term_Forecasting/embed.py:28
↓ 3 callers
Class
sparseKernelFT1d
Zero-shot_Learning/layers/MultiWaveletCorrelation.py:458
↓ 2 callers
Class
DLinear
Decomposition-Linear
Few-shot_Learning/models/DLinear.py:38
↓ 2 callers
Class
ExponentialSmoothing
Zero-shot_Learning/layers/ETSformer_EncDec.py:46
↓ 2 callers
Class
Normalizer
Normalizes dataframe across ALL contained rows (time steps). Different from per-sample normalization.
Classification/src/datasets/data.py:19
↓ 2 callers
Class
PatchTST
Vanilla Transformer with O(L^2) complexity
Few-shot_Learning/models/PatchTST.py:141
↓ 2 callers
Class
TemporalEmbedding
Zero-shot_Learning/embed.py:64
↓ 2 callers
Class
TemporalEmbedding
Zero-shot_Learning/layers/Embed.py:67
↓ 2 callers
Class
TemporalEmbedding
Few-shot_Learning/embed.py:64
↓ 2 callers
Class
TemporalEmbedding
Long-term_Forecasting/embed.py:64
↓ 2 callers
Class
TemporalEmbedding
Classification/src/models/embed.py:66
↓ 2 callers
Class
TemporalEmbedding
Short-term_Forecasting/layers/Embed.py:66
↓ 2 callers
Class
TemporalEmbedding
Anomaly_Detection/layers/Embed.py:66
↓ 2 callers
Class
TemporalEmbedding
Imputation/layers/Embed.py:66
↓ 2 callers
Class
TimeFeatureEmbedding
Zero-shot_Learning/embed.py:94
↓ 2 callers
Class
TimeFeatureEmbedding
Zero-shot_Learning/layers/Embed.py:97
↓ 2 callers
Class
TimeFeatureEmbedding
Few-shot_Learning/embed.py:94
↓ 2 callers
Class
TimeFeatureEmbedding
Long-term_Forecasting/embed.py:94
↓ 2 callers
Class
TimeFeatureEmbedding
Classification/src/models/embed.py:96
↓ 2 callers
Class
TimeFeatureEmbedding
Short-term_Forecasting/layers/Embed.py:96
↓ 2 callers
Class
TimeFeatureEmbedding
Anomaly_Detection/layers/Embed.py:96
↓ 2 callers
Class
TimeFeatureEmbedding
Imputation/layers/Embed.py:96
↓ 2 callers
Class
TokenEmbedding
Zero-shot_Learning/layers/Embed.py:29
↓ 2 callers
Class
TransformerBatchNormEncoderLayer
r"""This transformer encoder layer block is made up of self-attn and feedforward network. It differs from TransformerEncoderLayer in torch/nn/modu
Classification/src/models/ts_transformer.py:137
↓ 2 callers
Class
TriangularCausalMask
Zero-shot_Learning/utils/masking.py:4
↓ 2 callers
Class
TriangularCausalMask
Imputation/utils/masking.py:4
↓ 1 callers
Class
AttentionLayer
Few-shot_Learning/models/PatchTST.py:16
↓ 1 callers
Class
AttentionLayer
Long-term_Forecasting/models/PatchTST.py:16
↓ 1 callers
Class
DLinear
Decomposition-Linear
Long-term_Forecasting/models/DLinear.py:38
↓ 1 callers
Class
DampingLayer
Zero-shot_Learning/layers/ETSformer_EncDec.py:266
↓ 1 callers
Class
DataEmbedding
Classification/src/models/embed.py:109
↓ 1 callers
Class
DataEmbedding
Short-term_Forecasting/layers/Embed.py:109
↓ 1 callers
Class
DataEmbedding
Anomaly_Detection/layers/Embed.py:109
↓ 1 callers
Class
DataEmbedding
Imputation/layers/Embed.py:109
↓ 1 callers
Class
DataEmbedding_wo_time
Few-shot_Learning/embed.py:138
↓ 1 callers
Class
DataEmbedding_wo_time
Long-term_Forecasting/embed.py:138
↓ 1 callers
Class
EarlyStopping
Zero-shot_Learning/utils/tools_tsf.py:33
↓ 1 callers
Class
EarlyStopping
Few-shot_Learning/utils/tools.py:43
↓ 1 callers
Class
EarlyStopping
Long-term_Forecasting/utils/tools.py:43
↓ 1 callers
Class
EarlyStopping
Short-term_Forecasting/utils/tools.py:28
↓ 1 callers
Class
EarlyStopping
Anomaly_Detection/utils/tools.py:28
↓ 1 callers
Class
EarlyStopping
Imputation/utils/tools.py:28
↓ 1 callers
Class
Encoder
Few-shot_Learning/models/PatchTST.py:113
↓ 1 callers
Class
Encoder
Long-term_Forecasting/models/PatchTST.py:113
↓ 1 callers
Class
EncoderLayer
Few-shot_Learning/models/PatchTST.py:87
↓ 1 callers
Class
EncoderLayer
Long-term_Forecasting/models/PatchTST.py:87
↓ 1 callers
Class
Feedforward
Zero-shot_Learning/layers/ETSformer_EncDec.py:88
↓ 1 callers
Class
FourierLayer
Zero-shot_Learning/layers/ETSformer_EncDec.py:133
↓ 1 callers
Class
FullAttention
Few-shot_Learning/models/PatchTST.py:50
↓ 1 callers
Class
FullAttention
Long-term_Forecasting/models/PatchTST.py:50
↓ 1 callers
Class
GPT4TS
Zero-shot_Learning/models/GPT4TS.py:12
↓ 1 callers
Class
GPT4TS
Few-shot_Learning/models/GPT4TS.py:12
↓ 1 callers
Class
GPT4TS
Long-term_Forecasting/models/GPT4TS.py:12
↓ 1 callers
Class
GrowthLayer
Zero-shot_Learning/layers/ETSformer_EncDec.py:103
↓ 1 callers
Class
LevelLayer
Zero-shot_Learning/layers/ETSformer_EncDec.py:182
↓ 1 callers
Class
M4Dataset
Short-term_Forecasting/data_provider/m4.py:74
↓ 1 callers
Class
M4Dataset
Anomaly_Detection/data_provider/m4.py:74
↓ 1 callers
Class
M4Dataset
Imputation/data_provider/m4.py:74
↓ 1 callers
Class
M4Summary
Short-term_Forecasting/utils/m4_summary.py:50
↓ 1 callers
Class
MAPE
Zero-shot_Learning/main_test.py:234
↓ 1 callers
Class
MWT_CZ1d
Zero-shot_Learning/layers/MultiWaveletCorrelation.py:506
↓ 1 callers
Class
MaskedMSELoss
Masked MSE Loss
Classification/src/models/loss.py:42
↓ 1 callers
Class
ND
Zero-shot_Learning/main_test.py:241
↓ 1 callers
Class
NoFussCrossEntropyLoss
pytorch's CrossEntropyLoss is fussy: 1) needs Long (int64) targets only, and 2) only 1D. This function satisfies these requirements
Classification/src/models/loss.py:31
↓ 1 callers
Class
Normalizer
Normalizes dataframe across ALL contained rows (time steps). Different from per-sample normalization.
Short-term_Forecasting/data_provider/uea.py:57
↓ 1 callers
Class
Normalizer
Normalizes dataframe across ALL contained rows (time steps). Different from per-sample normalization.
Anomaly_Detection/data_provider/uea.py:57
↓ 1 callers
Class
Normalizer
Normalizes dataframe across ALL contained rows (time steps). Different from per-sample normalization.
Imputation/data_provider/uea.py:57
↓ 1 callers
Class
Options
Classification/src/options.py:4
↓ 1 callers
Class
PatchTST
Vanilla Transformer with O(L^2) complexity
Long-term_Forecasting/models/PatchTST.py:141
↓ 1 callers
Class
ProbMask
Zero-shot_Learning/utils/masking.py:15
↓ 1 callers
Class
SMAPE
Zero-shot_Learning/main_test.py:227
↓ 1 callers
Class
SMAPE
Few-shot_Learning/main.py:142
↓ 1 callers
Class
SMAPE
Long-term_Forecasting/main.py:142
↓ 1 callers
Class
ShuffleSplitter
Returns randomized shuffled folds without requiring or taking into account the sample labels. Differs from k-fold in that not all samples are
Classification/src/datasets/datasplit.py:139
↓ 1 callers
Class
StratifiedShuffleSplitter
Returns randomized shuffled folds, which preserve the class proportions of samples in each fold. Differs from k-fold in that not all samples
Classification/src/datasets/datasplit.py:89
next →
1–100 of 319, ranked by callers