time-series-prediction
Here are 96 public repositories matching this topic...
-
Updated
Nov 29, 2018 - Python
-
Updated
Sep 13, 2020 - Jupyter Notebook
-
Updated
Feb 10, 2018 - Python
-
Updated
Jun 20, 2020
Cross validation is a technique for assessing how the statistical analysis generalises to an independent data set.It is a technique for evaluating machine learning models by training several models on subsets of the available input data and evaluating them on the complementary subset of the data. Using cross-validation, there are high chances that we can detect over-fitting with ease.
The f
-
Updated
Jan 3, 2019
-
Updated
Jul 16, 2019 - Jupyter Notebook
-
Updated
Sep 26, 2018 - Python
-
Updated
Jan 24, 2018 - Jupyter Notebook
-
Updated
May 30, 2020 - HTML
-
Updated
Apr 4, 2020 - Python
-
Updated
Jul 4, 2018 - Jupyter Notebook
-
Updated
Oct 13, 2019 - Python
-
Updated
Aug 23, 2018 - Jupyter Notebook
-
Updated
Aug 16, 2020 - Python
-
Updated
Aug 31, 2020 - C++
-
Updated
Jul 28, 2019 - Python
-
Updated
Sep 26, 2018 - Python
-
Updated
Mar 28, 2020 - Python
-
Updated
Oct 24, 2017 - Python
-
Updated
Dec 8, 2017 - Python
-
Updated
Feb 19, 2019 - Python
-
Updated
Jun 5, 2018 - Python
-
Updated
Nov 9, 2019 - Python
-
Updated
Dec 8, 2018 - Python
-
Updated
Aug 29, 2017 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
May 25, 2020 - R
Improve this page
Add a description, image, and links to the time-series-prediction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the time-series-prediction topic, visit your repo's landing page and select "manage topics."


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.