Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMin Max Scaler #520
Open
Min Max Scaler #520
Labels
Comments
|
Hi is this issue still available? |
|
Yes it is. If you want, I can assign you. |
|
sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Description
Now that we have distributions like the Beta distribution, it only makes sense to create a Min-Max Scaler to map the input into the right input domain (support) for the distributions.
It would need to ne something like https://gluon-ts.mxnet.io/api/gluonts/gluonts.block.scaler.html?highlight=meanscaler#gluonts.block.scaler.MeanScaler the MeanScaler.