Metadata-Version: 2.1
Name: gpforecaster
Version: 0.3.3
Summary: Hierarchical time series forecasting model using Gaussian Processes
Author: Luis Roque
Author-email: <roque0luis@gmail.com>
Keywords: python,time series,hierarchical,forecasting,gaussian process,machine learning
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: gpytorch (~=1.6.0)
Requires-Dist: torch (~=1.11.0)
Requires-Dist: numpy (~=1.23.5)
Requires-Dist: scikit-learn (~=1.0.1)
Requires-Dist: setuptools (~=58.0.4)
Requires-Dist: properscoring (~=0.1)
Requires-Dist: openpyxl (~=3.0.9)
Requires-Dist: matplotlib (~=3.3.4)
Requires-Dist: tsaugmentation (~=0.5.0)

A package that allows you to forecast time series datasets with some type of hierarchical structure. The algorithm is implementedusing PyTorch
