MSRDL / Deep4Cast

Probabilistic Multivariate Time Series Forecast using Deep Learning
BSD 3-Clause "New" or "Revised" License
94 stars 22 forks source link

Split model module into encoder and decoder module #68

Closed bischtob closed 5 years ago

bischtob commented 5 years ago

This allows a more diverse set of models to be built using a small and flexible codebase

bischtob commented 5 years ago

Abandoned. Reason is that it is not feasible or user friendly to separate the model module into encoders and decoders without introducing another class that links the two. This is because the optimizer requires a single parameters object.