Metadata-Version: 2.1
Name: dnntime
Version: 0.1.0
Summary: Automated deep learning & neural network framework for time-series data.
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: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: plotly
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: tscv
Requires-Dist: fbprophet
Requires-Dist: tensorflow (>=2.0.0)

# dnn-time-series
Automated deep learning prediction modeling package for time-series data.

To test it out, go to [Guide.ipynb](https://github.com/Kevin-Chen0/deep-ts/blob/master/Guide.ipynb) and Run All.


