FinMLKit documentation

Python Versions Platforms PyPI Version MIT License DOI Build Status Documentation Status GitHub Stars GitHub Forks GitHub Issues Last Commit https://codecov.io/gh/quantscious/finmlkit/graph/badge.svg?token=2H6VR817RB

Welcome to FinMLKit’s documentation! This is a Python package for financial machine learning and more broadly quantitative finance.

The main goal of this library is to provide a solid foundation for financial machine learning, enabling users to process raw trades data, generate different types of bars, intra-bar features (eg. footprints), bar-level features (indicators), and labels for supervised learning.

⚒️ Quick Setup

pip install finmlkit

Or clone the repository and install it locally:

pip install .

For development (editable) installation:

pip install -e .

Documentation

Indices and tables