Commit Graph

434 Commits

Author SHA1 Message Date
Kashif Rasul fd64d0c4a4 updated version
for changes in gluonts 0.9.x
2022-04-24 18:21:33 +02:00
Kashif Rasul f2daf9c2b3 to numpy 2022-04-20 13:45:08 +02:00
Kashif Rasul ae0aed8339 fixed cosine schedule 2022-04-20 12:01:17 +02:00
Kashif Rasul 0c4b37a48c update imports 2021-12-12 14:06:40 +01:00
Shashank Deshpande 0b0dfe12ca bug fixes in NBEATSEstimator (#74)
* spell correction in n_beats_ensemble

* bug fix - NBEATSEstimator intialization
2021-09-02 09:53:09 +02:00
Dr. Kashif Rasul 16f0f9ef8d added citation.cff
fixed typo

formatting

more formatting

update version

fixes

added version
2021-08-07 14:11:25 +02:00
Kashif Rasul ab439ed1ae Update README.md 2021-07-22 16:09:06 +02:00
Kashif Rasul b6496a4394 version 0.5.1 2021-07-07 11:23:45 +02:00
Kashif Rasul cc7dea9f2f Fixed TFT transform 2021-07-07 11:22:20 +02:00
Kashif Rasul 1a94965d59 Fixed references 2021-07-07 11:21:11 +02:00
Dr. Kashif Rasul 8fbec1ffa1 version 0.5.0 2021-07-06 13:18:07 +02:00
Dr. Kashif Rasul 0ab82da2cb use glutonts 0.8.0 and remove wandb 2021-07-06 13:16:48 +02:00
Kashif Rasul 5da3be5abd fix tqdm 2021-06-18 20:10:11 +02:00
Kashif Rasul 5b8dc69617 partially fix tqdm with validation dataset 2021-06-18 13:31:33 +02:00
Kashif Rasul 729c4a1b57 fix the scaler 2021-06-11 12:51:44 +02:00
Kashif Rasul 1a0872d110 Merge branch 'master' of github.bus.zalan.do:zalandoresearch/pytorch-ts 2021-06-09 13:49:03 +02:00
aslinagy 5039dcf6ea TFT fixes (#55)
* fixies for running tft

* fix test set configs

* added AgeFeature back to the pipeline

* fixing AgeFeature

* revert setups changes

Co-authored-by: alex sliz-nagy <alex.sliz.nagy@blackswan.com>
2021-06-08 13:23:22 +02:00
Kashif Rasul 87680b18fb Update README.md 2021-06-02 10:45:50 +02:00
Kashif Rasul 7d82355470 Update README.md 2021-05-31 14:02:37 +02:00
Dr. Kashif Rasul 0e085ac3a9 added unit interval domain map 2021-05-18 08:26:11 +02:00
Dr. Kashif Rasul 4c0a13c448 fixed warning 2021-05-17 16:37:51 +02:00
Kashif Rasul 7c31deeb17 updated notebook 2021-05-17 16:32:29 +02:00
NielsRogge 4c5848ddb5 Add support for dynamic real features to tempflow (#51)
* Add use_feat_dynamic_real

* Fix typo
2021-05-12 15:01:54 +02:00
Kashif Rasul 821df81e2e fix for issue #42 2021-05-12 09:38:49 +02:00
Larkin Liu 4c066aa6cb Added validation set loss tracking (#47)
* added validation loss print

* resolved batch index bug on validation set

* leave notebooks unchanged

* fixed bug using zip iteration

* tracking validation loss

* cleaned up and working validation tracker

* updates to validation tracker

* added torch no grad for validation

* updates to rolling inference

* updated working inference

* updated issue with causal deep ar lengths

* removed testing script
2021-04-30 15:09:01 +02:00
Dr. Kashif Rasul cbb7bb9089 move to 0.4.0
need pytorch >= 1..8.0
2021-04-27 18:01:21 +02:00
Dr. Kashif Rasul 89ce008332 use glutonts >= 0.7.0 2021-04-27 17:59:25 +02:00
Kashif Rasul 0053eceaf1 Temporal fusion transformer (#40)
* initial tft model

* fixes

* fix FeatureProjector

* fixed attention module

* added quantile loss output

* added predict

* added tft_transform from gluonts

* requires tensor_split

* comment out key_padding_mask

give nans on GPU

* added example
2021-04-15 19:10:55 +02:00
Kashif Rasul 903c6c2469 fixed api 2021-04-12 09:53:03 +02:00
Dr. Kashif Rasul 499dae83f2 set numpy random state based on worker_id
https://tanelp.github.io/posts/a-bug-that-plagues-thousands-of-open-source-ml-projects/
2021-04-11 09:52:16 +02:00
Kashif Rasul 4e97483fab WIP: causal model (#31)
* intial causal model

* added training

* initial inference

* formatting

* added readme to model

* key is called control

* added schema of the model

* formatting

* get rid of confusing figure.

* typi

* more typos

* clarification

* added some examples

* fix covariate convention
2021-03-30 16:55:13 +02:00
Dr. Kashif Rasul b01e7c6a24 upper bound get_lags_for_frequency by context_length 2021-03-16 16:51:57 +01:00
Dr. Kashif Rasul 3a0223d171 make pin_memory True by default 2021-03-16 11:09:34 +01:00
Samuel Norling c4f6445d11 Updated Solar example (#43) 2021-03-06 17:44:34 +01:00
Kashif Rasul 6eaac93f6f norm_freq_str for fourier_time_features
fixes issue #41
2021-02-21 11:49:56 +01:00
Kashif Rasul 9238fff0f5 fixed typo 2021-02-18 12:11:48 +01:00
Kashif Rasul 41b3d7f883 fixed device name to cuda 2021-02-17 10:38:50 +01:00
Dr. Kashif Rasul dbb0e13024 using gluonts as a dependency now. 2021-02-15 16:18:22 +01:00
Dr. Kashif Rasul 1cc17e2733 added repo citation 2021-02-15 16:15:54 +01:00
Dr. Kashif Rasul d418d978b0 fixed references 2021-02-15 16:07:35 +01:00
Kashif Rasul bfbb223cc0 fix install requires 2021-02-15 13:28:12 +01:00
Kashif Rasul 86c89c4f58 disable wandb by default 2021-02-15 11:53:10 +01:00
Kashif Rasul 908945b422 Time grad (#28)
* initial uncond image gaussian diff

TODO make it work for multivariate vector
add conditioning

* remove tqdm

* initial unet

TODO convert to 1d conv

* initial time grad estimator

* initial training

* initial sampling

* added huber loss

* use SinusoidalPosEmb from wavegrad

* use time diff network

* fix reshaping

* fix missing property

* clip false

* updated api

* added padding

* added circular padding

* use linear schedule

* added more schedules

* added back cosine schedule

* Delete Solar-time-grad.ipynb

* updated estimator API

* not tuple

* renamed to EpsilonTheta

* removed

* added example notebook

* removed some output

* fix requirements

* formatting

* added more options to time-grad

* added article
2021-02-11 10:09:25 +01:00
Kashif Rasul 512b968b13 formatting 2021-02-10 18:20:05 +01:00
Kashif Rasul e55dacf644 use dep link 2021-02-10 18:17:06 +01:00
Kashif Rasul 4ab44cbe80 use master 2021-02-10 18:00:18 +01:00
Kashif Rasul 23b2377e7a use https 2021-02-10 17:56:08 +01:00
Kashif Rasul 85149b57af fixed typo 2021-02-10 17:46:38 +01:00
Kashif Rasul a353a6d5a7 use master for now 2021-02-10 17:43:04 +01:00
Kashif Rasul e017536973 update README 2021-02-08 15:13:40 +01:00