Overview of DJL Timeseries Package
masterThe DJL timeseries package is designed for Java developers to perform time series forecasting using deep learning engines like PyTorch, MXNet, and TensorFlow. It provides two primary capabilities:
- GluonTS Integration: Allows direct loading of pretrained models from the gluonTS Python package (built with MXNet or PyTorch) into a Java environment for inference and deployment. Parameter naming conventions are kept consistent with gluonTS.
- Native Training: Enables users to build, modify, and train time series deep learning models directly within the Java environment using DJL.