This is the Linux app named GluonTS whose latest release can be downloaded as 0.13.7sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named GluonTS with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
GluonTS
DESCRIPTION
GluonTS is a Python package for probabilistic time series modeling, focusing on deep learning based models. GluonTS requires Python 3.6 or newer, and the easiest way to install it is via pip. We train a DeepAR-model and make predictions using the simple "airpassengers" dataset. The dataset consists of a single time-series, containing monthly international passengers between the years 1949 and 1960, a total of 144 values (12 years * 12 months). We split the dataset into train and test parts, by removing the last three years (36 months) from the train data. Thus, we will train a model on just the first nine years of data. Python has the notion of extras – dependencies that can be optionally installed to unlock certain features of a package. We make extensive use of optional dependencies in GluonTS to keep the amount of required dependencies minimal. To still allow users to opt-in to certain features, we expose many extra dependencies.
Features
- Models written using PyTorch are available via the gluonts.torch subpackage
- MXNet based models require a version of mxnet to be installed
- GluonTS includes a thin wrapper for calling the R forecast package
- GluonTS support Parquet files using PyArrow
- The shell module offers integration with Amazon SageMaker
- One core idea in GluonTS is that we don’t produce simple values as forecasts, but actually predict distributions
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gluonts.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.