Commit 7dc515c
Time series forecasting (#434)
* new target scaler, allow NoNorm for MLP Encpder
* allow sampling full sequences
* integrate SeqBuilder to SequenceCollector
* restore SequenceBuilder to reduce memory usage
* move scaler to network
* lag sequence
* merge encoder and decoder as a single pipeline
* faster lag_seq builder
* maint
* new init, faster DeepAR inference in trainer
* more losses types
* maint
* new Transformer models, allow RNN to do deepAR inference
* maint
* maint
* maint
* maint
* reduced search space for Transformer
* reduced init design
* maint
* maint
* maint
* maint
* faster forecasting
* maint
* allow singel fidelity
* maint
* fix budget num_seq
* faster sampler and lagger
* maint
* maint
* maint deepAR
* maint
* maint
* cross validation
* allow holdout for smaller datasets
* smac4ac to smac4hpo
* maint
* maint
* allow to change decoder search space
* more resampling strategy, more options for MLP
* reduced NBEATS
* subsampler for val loader
* rng for dataloader sampler
* maint
* remove generator as it cannot be pickled
* allow lower fidelity to evaluate less test instances
* fix dummy forecastro isues
* maint
* add gluonts as requirement
* more data for val set for larger dataset
* maint
* maint
* fix nbeats decoder
* new dataset interface
* resolve conflict
* maint
* allow encoder to receive input from different sources
* multi blocks hp design
* maint
* correct hp updates
* first trial on nested conjunction
* maint
* fit for deep AR model (needs to be reverted when the issue in ConfigSpace is fixed!!!)
* adjust backbones to fit new structure
* further API changes
* tft temporal fusion decoder
* construct network
* cells for networks
* forecasting backbones
* maint
* maint
* move tft layer to backbone
* maint
* quantile loss
* maint
* maint
* maint
* maint
* maint
* maint
* forecasting init configs
* add forbidden
* maint
* maint
* maint
* remove shift data
* maint
* maint
* copy dataset_properties for each refit iteration
* maint and new init
* Tft forecating with features (#6)
* time feature transform
* tft with time-variing features
* transform features allowed for all architecture
* repair mask for temporal fusion layer
* maint
* fix loss computation in QuantileLoss
* fixed scaler computation
* maint
* fix dataset
* adjust window_size to seasonality
* maint scaling
* fix uncorrect Seq2Seq scaling
* fix sampling for seq2seq
* maint
* fix scaling in NBEATS
* move time feature computation to dataset
* maint
* fix feature computation
* maint
* multi-variant feature validator
* maint
* validator for multi-variant series
* feature validator
* multi-variant datasets
* observed targets
* stucture adjustment
* refactory ts tasks and preprocessing
* allow nan in targets
* preprocessing for time series
* maint
* forecasting pipeline
* maint
* embedding and maint
* move targets to the tail of the features
* maint
* static features
* adjsut scaler to static features
* remove static features from forward dict
* test transform
* maint
* test sets
* adjust dataset to allow future known features
* maint
* maint
* flake8
* synchronise with development
* recover timeseries
* maint
* maint
* limit memory usage tae
* revert test api
* test for targets
* not allow sparse forecasting target
* test for data validator
* test for validations
* test on TimeSeriesSequence
* maint
* test for resampling
* test for dataset 1
* test for datasets
* test on tae
* maint
* all evaluator to evalaute test sets
* tests on losses
* test for metrics
* forecasting preprocessing
* maint
* finish test for preprocessing
* test for data loader
* tests for dataloader
* maint
* test for target scaling 1
* test for target scaer
* test for training loss
* maint
* test for network backbone
* test for backbone base
* test for flat encoder
* test for seq encoder
* test for seqencoder
* maint
* test for recurrent decoders
* test for network
* maint
* test for architecture
* test for pipelines
* fixed sampler
* maint sampler
* resolve conflict between embedding and net encoder
* fix scaling
* allow transform for test dataloader
* maint dataloader
* fix updates
* fix dataset
* tests on api, initial design on multi-variant
* maint
* fix dataloader
* move test with for loop to unittest.subtest
* flake 8 and update requirement
* mypy
* validator for pd dataframe
* allow series idx for api
* maint
* examples for forecasting
* fix mypy
* properly memory limitation for forecasting example
* fix pre-commit
* maint dataloader
* remove unused auto-regressive arguments
* fix pre-commit
* maint
* maint mypy
* mypy!!!
* pre-commit
* mypyyyyyyyyyyyyyyyyyyyyyyyy
* maint
* move forcasting requirements to extras_require
* bring eval_test to tae
* make rh2epm consistent with SMAC4HPO
* remove smac4ac from smbo
* revert changes in network
* revert changes in trainer
* revert format changes
* move constant_forecasting to constatn
* additional annotate for base pipeline
* move forecasting check to tae
* maint time series refit dataset
* fix test
* workflow for extra requirements
* docs for time series dataset
* fix pre-commit
* docs for dataset
* maint docstring
* merge target scaler to one file
* fix forecasting init cfgs
* remove redudant pipeline configs
* maint
* SMAC4HPO instead of SMAC4AC in smbo (will be reverted further if study shows that SMAC4HPO is superior to SMAC4AC)
* fixed docstrign for RNN and Transformer Decoder
* uniformed docstrings for smbo and base task
* correct encoder to decoder in decoder.init
* fix doc strings
* add license and docstrings for NBEATS heads
* allow memory limit to be None
* relax test load for forecasting
* fix docs
* fix pre-commit
* make test compatible with py37
* maint docstring
* split forecasting_eval_train_function from eval_train_function
* fix namespace for test_api from train_evaluator to tae
* maint test api for forecasting
* decrease number of ensemble size of test_time_series_forecasting to reduce test time
* flatten all the prediction for forecasting pipelines
* pre-commit fix
* fix docstrings and typing
* maint time series dataset docstrings
* maint warning message in time_series_forecasting_train_evaluator
* fix lines that are overlength
Co-authored-by: NHML23117 <nhmldeng@login03.css.lan>
Co-authored-by: Deng Difan <deng@p200300cd070f1f50dabbc1fffe9c6aa9.dip0.t-ipconnect.de>1 parent 71c2665 commit 7dc515c
File tree
144 files changed
+20795
-633
lines changed- .github/workflows
- autoPyTorch
- api
- configs
- datasets
- data
- ensemble
- evaluation
- optimizer
- pipeline
- components
- preprocessing
- time_series_preprocessing
- encoding
- imputation
- scaling
- setup
- early_preprocessor
- forecasting_target_scaling
- forecasting_training_loss
- network_backbone
- forecasting_backbone
- forecasting_decoder
- forecasting_encoder
- flat_encoder
- seq_encoder
- other_components
- network_embedding
- network_head
- forecasting_network_head
- network_initializer
- network
- optimizer
- training
- data_loader
- metrics
- trainer
- forecasting_trainer
- utils
- examples/20_basics
- test
- test_api
- test_datasets
- test_data
- test_evaluation
- test_pipeline
- components
- preprocessing/forecasting
- setup
- forecasting
- forecasting_networks
- training
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
144 files changed
+20795
-633
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | | - | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
90 | | - | |
| 94 | + | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
| |||
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
218 | 222 | | |
219 | 223 | | |
220 | 224 | | |
| 225 | + | |
| 226 | + | |
221 | 227 | | |
222 | 228 | | |
223 | 229 | | |
| |||
737 | 743 | | |
738 | 744 | | |
739 | 745 | | |
740 | | - | |
| 746 | + | |
741 | 747 | | |
742 | 748 | | |
743 | 749 | | |
| |||
822 | 828 | | |
823 | 829 | | |
824 | 830 | | |
825 | | - | |
| 831 | + | |
826 | 832 | | |
827 | 833 | | |
828 | 834 | | |
| |||
906 | 912 | | |
907 | 913 | | |
908 | 914 | | |
909 | | - | |
910 | | - | |
| 915 | + | |
| 916 | + | |
911 | 917 | | |
912 | 918 | | |
913 | 919 | | |
| |||
920 | 926 | | |
921 | 927 | | |
922 | 928 | | |
923 | | - | |
| 929 | + | |
| 930 | + | |
924 | 931 | | |
925 | 932 | | |
926 | 933 | | |
| |||
1048 | 1055 | | |
1049 | 1056 | | |
1050 | 1057 | | |
1051 | | - | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
1052 | 1066 | | |
1053 | 1067 | | |
1054 | 1068 | | |
| |||
1110 | 1124 | | |
1111 | 1125 | | |
1112 | 1126 | | |
1113 | | - | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
1114 | 1131 | | |
1115 | 1132 | | |
1116 | 1133 | | |
| |||
1216 | 1233 | | |
1217 | 1234 | | |
1218 | 1235 | | |
| 1236 | + | |
1219 | 1237 | | |
1220 | 1238 | | |
1221 | 1239 | | |
| |||
1229 | 1247 | | |
1230 | 1248 | | |
1231 | 1249 | | |
1232 | | - | |
1233 | 1250 | | |
1234 | 1251 | | |
1235 | 1252 | | |
| |||
1259 | 1276 | | |
1260 | 1277 | | |
1261 | 1278 | | |
| 1279 | + | |
| 1280 | + | |
1262 | 1281 | | |
1263 | 1282 | | |
1264 | 1283 | | |
| |||
1323 | 1342 | | |
1324 | 1343 | | |
1325 | 1344 | | |
1326 | | - | |
1327 | | - | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
1328 | 1354 | | |
1329 | 1355 | | |
1330 | | - | |
1331 | | - | |
| 1356 | + | |
| 1357 | + | |
1332 | 1358 | | |
1333 | 1359 | | |
1334 | 1360 | | |
1335 | 1361 | | |
1336 | 1362 | | |
1337 | 1363 | | |
1338 | 1364 | | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
1339 | 1369 | | |
1340 | 1370 | | |
1341 | 1371 | | |
| |||
1398 | 1428 | | |
1399 | 1429 | | |
1400 | 1430 | | |
1401 | | - | |
| 1431 | + | |
1402 | 1432 | | |
1403 | 1433 | | |
1404 | 1434 | | |
| |||
1630 | 1660 | | |
1631 | 1661 | | |
1632 | 1662 | | |
1633 | | - | |
| 1663 | + | |
1634 | 1664 | | |
1635 | 1665 | | |
1636 | 1666 | | |
| |||
1722 | 1752 | | |
1723 | 1753 | | |
1724 | 1754 | | |
1725 | | - | |
| 1755 | + | |
| 1756 | + | |
1726 | 1757 | | |
1727 | 1758 | | |
1728 | 1759 | | |
| |||
0 commit comments