Metadata-Version: 2.1
Name: gpforecaster
Version: 0.2.2
Summary: Hierarchical time series forecasting model using Gaussian Processes
Home-page: UNKNOWN
Author: Luis Roque
Author-email: <roque0luis@gmail.com>
License: UNKNOWN
Keywords: python,time series,hierarchical,forecasting,gaussian process,machine learning
Platform: UNKNOWN
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.5.1)
Requires-Dist: torch (~=1.10.0)
Requires-Dist: numpy (~=1.20.3)
Requires-Dist: tsaugmentation (~=0.3.3)
Requires-Dist: scikit-learn (~=1.0.1)
Requires-Dist: setuptools (~=58.0.4)

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

