My solutions to the Machine Learning for Trading course exercises.
Go to file
2020-08-05 20:10:38 -04:00
martingale Start with first project. 2020-08-05 20:10:38 -04:00
.gitignore Start with first project. 2020-08-05 20:10:38 -04:00
20Spring_martingale.zip Start with first project. 2020-08-05 20:10:38 -04:00
LICENSE Add readme and license. 2020-08-05 17:05:32 -04:00
ML4T_2020Spring.zip Start with first project. 2020-08-05 20:10:38 -04:00
README.md Start with first project. 2020-08-05 20:10:38 -04:00

ML4T

This is my solution to the ML4T course exercises. The main page for the course is here. The page contains a link to the assignments. There are eight projects in total.

To set up the environment I have installed the following packages on my Linux Manjaro based system.

sudo pacman -S python-pandas --asdeps python-pandas-datareader python-numexpr \
               python-bottleneck python-jinja python-scipy python-matplotlib  \
               python-numpy

Use unzip with the -n flag to extract the archives for the different exercises. This makes sure that you do not override any of the existing files. I might add a makefile to automize this later.

unzip -n 20Spring_martingale.zip