Christian Clauss
3fdbf9741d
Python 3.9 ( #3926 )
...
* Upgrade to Python 3.9
* pip install wheel for faster builds
* updating DIRECTORY.md
* requirements.txt: tensorflow; python_version < '3.9'
* keras requires tensorflow
* Rename lstm_prediction.py to lstm_prediction.py_tf
* Update requirements.txt
* updating DIRECTORY.md
* Update requirements.txt
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
2020-11-24 12:41:10 +01:00
Dhruv
48357cea5b
Add __init__.py files in all the directories ( #2503 )
2020-09-28 19:42:36 +02:00
Christian Clauss
5f4da5d616
isort --profile black . ( #2181 )
...
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-06 09:44:19 +02:00
Jeffin Francis
8a8527f1bd
Added Lstm example for stock predection ( #1908 )
...
* Added Lstm example for stock predection
* Changes after review
* changes after build failed
* Add Kiera’s to requirements.txt
* requirements.txt: Add keras and tensorflow
* psf/black
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-07 08:53:44 +02:00