gzerveas / mvts_transformer

Multivariate Time Series Transformer, public version
MIT License
727 stars 171 forks source link

DummyTSTransformerEncoder #4

Closed Hoozits728 closed 2 years ago

Hoozits728 commented 2 years ago

Are you missing this class in ts_transformer.py along with DummyTSTransformerEncoderClassiregressor?

gzerveas commented 2 years ago

The Dummy* classes in the code were simply a linear model, not a transformer, and I used them for debugging when developing the code. I simply forgot to remove them from the function where the user chooses the model. You can either delete that part or ignore it; either way, you are not missing out on anything. At some point I will push a commit erasing them :)

Hoozits728 commented 2 years ago

Thank you for getting back to me. I've really been enjoying studying your paper and code these past few months. I find this to be a valuable contribution.

gzerveas commented 2 years ago

Thank you very much for the kind words. I glad you found it useful :)