An end-to-end, modular deep learning package time-series predictive modeling.
Project description
Deep Neural Networks (DNN) for time-series data
Turnkey and modular deep learning predictive modeling package for time-series data. It allows for univariate and multivariate time-series as well as single and multi-step forecasts. DNN models include RNNs, LSTMs, GRUs, CNNs, hybrids, and more.
Quick start
Step 1) Create and activate new env using pipenv
or conda
with Python 3.6 or higher. Here, the env is named dts
.
conda create -n dts python=3.6
conda activate dts
Step 2) Pip install dnntime
package. It will automatically install or update the dependent packages.
pip install dnntime
Step 3) In your working directory, download the example directory from this repo and cd
into it.
svn export https://github.com/Kevin-Chen0/dnn-time-series.git/trunk/example
cd example
Step 4) To run it locally, open local_run.ipynb and proceed to run all. It will use local_config.yaml as parameters to customize the procedures at runtime. It double-checks whether you installed the latest dnntime
(v0.3.9.3) and will install for you if not. Make sure that you have set the dataset file path in local_config.yaml and the local_config.yaml path in local_run.ipynb.
NOTE: It is highly recommended to run this package using a GPU. Although CPU may work on small-scale datasets of < 10,000 samples, it may encounter performance issues on any dataset larger than that, including the example datasets found here. If you do not have a GPU, you can skip Step 4) and move to Step 5) Google Colab.
Step 5) To run it on Google Colab, first make sure that you have a Google account and is logged in. Then go to the Colab page and upload colab_run.ipynb colab_config.yaml, and an time-series example dataset. Those files will actually be stored onto your Google Drive upon uploading into Colab. Next, copy the sharable links and the colab_config.yaml and given dataset files and add them onto colab_run.ipynb. Finally, in the colab_run.ipynb notebook, set the runtime type as GPU
and run all.
NOTE: You can copy this notebook to run on any cloud notebook as long as you can customize how to store and extract the files from that cloud instance.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dnntime-0.4.1.tar.gz
.
File metadata
- Download URL: dnntime-0.4.1.tar.gz
- Upload date:
- Size: 12.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61886b1bde0d1361d48cc15ff58870edf82c4b1e3934561671972201ce5faa7f |
|
MD5 | b83520470d02c46755b74a8f1adcf8db |
|
BLAKE2b-256 | 48b5173941e52e40d7d4b67c3628e4c125590ef06df13784c3546eaabc017cd2 |
File details
Details for the file dnntime-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: dnntime-0.4.1-py3-none-any.whl
- Upload date:
- Size: 47.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a7d495bb6afe581b0074aaae98baed0d795f717e926384568240de8d6dfc72b |
|
MD5 | bc8c7ff3de26bb9287aab253fcc5ad8b |
|
BLAKE2b-256 | aab67596262f18c8ba2d4f2ceda15d3dcab16feaf8e051ef6697188a61032dde |