deeptendies is an open source package to bring ML and quant analysis tools and
power to the players!
Please see ./src/deeptendies/
for core package components.
See /notebooks/
for notebooks used to generate data in report.
https://github.com/deeptendies/deeptendies/wiki/Onboarding
# install dependencies
pip install -r https://raw.githubusercontent.com/deeptendies/deeptendies/master/requirements.txt
# install deeptendies
pip install git+https://github.com/deeptendies/deeptendies
one line
pip install -r https://raw.githubusercontent.com/deeptendies/deeptendies/master/requirements.txt && pip install git+https://github.com/deeptendies/deeptendies
reinstall
pip uninstall deeptendies && pip install git+https://github.com/deeptendies/deeptendies
git clone https://github.com/deeptendies/deeptendies.git
cd deeptendies
python setup.py install
There is no warranty for the program, to the extent permitted by Applicable law. Except when otherwise stated in writing the copyright Holders and/or other parties provide the program "As is" without warranty Of any kind, either expressed or implied, including, but not limited to, The implied warranties of merchantability and fitness for a particular Purpose. The entire risk as to the quality and performance of the program Is with you. Should the program prove defective, you assume the cost of All necessary servicing, repair or correction. (https://github.com/deeptendies/deeptendies/blob/master/LICENSE)