Revision 1cdfced14c38f89b8d9e387aadb9ca5404c05bd2 authored by Ehsan M. Kermani on 29 February 2020, 00:13:13 UTC, committed by GitHub on 29 February 2020, 00:13:13 UTC
* Add lstnet

Add initial test

Make smoke test pass

Fix reshape bug and parameters validation

Add more tests

Fix unregistered hybrid rnn layer

Add docs

LSTNet scaling support

Scaling and doc

Fix dtype

* Address the review comments

Cleanup

* Support horizon and prediction_length

* Add more tests

* Fix seq pred case and address comments

* Simplify ar highway
1 parent f6c12a4
History
File Mode Size
.devtools
.github
ci
docs
env
evaluations
examples
requirements
src
test
.dockerignore -rw-r--r-- 178 bytes
.gitignore -rw-r--r-- 1.8 KB
.pylintrc -rw-r--r-- 14.7 KB
.travis.yml -rw-r--r-- 901 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 309 bytes
CONTRIBUTING.md -rw-r--r-- 5.0 KB
Dockerfile -rw-r--r-- 111 bytes
Dockerfile.gpu -rw-r--r-- 724 bytes
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 39 bytes
Makefile -rw-r--r-- 2.3 KB
NOTICE -rw-r--r-- 96 bytes
README.md -rw-r--r-- 6.6 KB
REFERENCES.md -rw-r--r-- 7.3 KB
codecov.yml -rw-r--r-- 431 bytes
conftest.py -rw-r--r-- 6.7 KB
contributor.rst -rw-r--r-- 1.3 KB
dev_setup.sh -rwxr-xr-x 1.4 KB
pyproject.toml -rw-r--r-- 30 bytes
pytest.ini -rw-r--r-- 369 bytes
setup.cfg -rw-r--r-- 290 bytes
setup.py -rw-r--r-- 7.4 KB

README.md

back to top