This repository includes a sample of my recent work in Quantitative Financial Analysis.
First clone the repository in your desired path.
You can then install the package locally with pip
pip install -e datascience
To view the documentation of this project, you need to compile it from source. To compile the documentation to HTML format, run the following command:
sphinx_build -b html
[Project_Dir]
/docs/source[Project_Dir]
/docs/build
The documentation will be available at docs/build
in HTML format.
This project is licensed under an MIT licence.
LICENSE.txt file for details.