Metadata-Version: 2.1
Name: dnntime
Version: 0.3.9
Summary: An end-to-end, modular deep learning package time-series predictive modeling.
Home-page: https://github.com/Kevin-Chen0/deep-time-series.git
Author: Kevin R. Chen
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Requires-Dist: pyyaml (>=5.3)
Requires-Dist: numpy (>=1.18)
Requires-Dist: pandas (==0.25.3)
Requires-Dist: matplotlib (>=3.1.3)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: plotly (>=4.5.3)
Requires-Dist: nbformat (>=5.0.4)
Requires-Dist: scikit-learn (>=0.22.0)
Requires-Dist: statsmodels (>=0.11.0)
Requires-Dist: tscv (>=0.0.4)
Requires-Dist: art (>=4.5)
Requires-Dist: fbprophet (>=0.5)
Requires-Dist: tensorflow (>=2.1.0)

# dnn-time-series
Deep learning predictive modeling package for time-series data. Includes RNNs, LSTMs, GRUs, CNNs, hybrids, and more.


