jdb78 / pytorch-forecasting

Time series forecasting with PyTorch
https://pytorch-forecasting.readthedocs.io/
MIT License
3.84k stars 608 forks source link

MinMaxScaler #809

Open paapu88 opened 2 years ago

paapu88 commented 2 years ago

Dear All, Is MinMaxScaler implemented in pytorch-forecasting? Coud not find it.

If it is not there I'd wish it to be. terveisin, Markus

ozanozyegen commented 2 years ago

By default, this library uses standardization for the continuous features. You can apply MinMaxScaler by passing your own encoders for the independent variables.