Metadata-Version: 2.1
Name: quantnn
Version: 0.0.3.dev0
Summary: Quantile regression neural networks.
Home-page: https://github.com/simonpf/quantnn
Author: Simon Pfreundschuh
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: paramiko
Requires-Dist: einops
Requires-Dist: matplotlib
Requires-Dist: rich

# quantnn

The ``quantnn`` package provides an implementation of quantile regression neural
networks on top of Keras and Pytorch.


