This repo is intended to be a starting point for anyone who wants to research timeseries processes.
I will post periodic updates on my blog which will explain how to use the repo and the math behind the utilities I make.
I will add a new file to the ./examples folder every log.
There are just three steps needed to get started
- install
requirements.txtusing your favorite package manager (i.e., runconda install --yes --file requirements.txtin command line) - run all the cells in ./examples/collect_data
- run any of the other notebooks in ./examples