awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.55k stars 747 forks source link

Refactoring transforms #481

Closed mbohlkeschneider closed 4 years ago

mbohlkeschneider commented 4 years ago

Description

Currently, transforms sit at the top level of the source code and we pack everything into one file (https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/transform.py). Since we have more model specific (and complex) transformations coming up (see #341 ), I think we should move this into a dedicated module and also split the transformations into appropriate modules.

Any objections?

jaheba commented 4 years ago

Yes, I agree, that module deserves a closer look.

mbohlkeschneider commented 4 years ago

Since #499 is already merged, I'll close this issue.