Mizar Labs is an open source repository containing state of the art machine learning modules specifically designed for working with financial time series. These modules aim to assist the user with building financial machine learning models by taking into account the caveats that arise when dealing with financial time series. A lot of the concepts are inspired by Marcos Lopez de Prado and his book Advances in Financial Machine Learning (2018).
Most of the modules follow the scikit-learn API and work with methods like fit
and transform
.
Please read the documentation for further explanation of the modules.
Before installing the package please install TA-Lib dependencies
Install and update with pip:
$ pip install mizar-labs
In the future this section will have links to Jupyter Notebooks explaining how to use the modules.
Mizar is building a marketplace for algo-traders to deploy and share their trading strategies with investors. Please visit the website mizar.ai to learn more.
- Documentation: https://mizarlabs.readthedocs.io/
- Website: https://mizar.ai/
- PyPi Releases: https://pypi.org/project/mizar-labs/
- Source Code: https://github.com/MizarAI/mizar-labs