This repository contains the source code for the python bindings and package for blockset(https://github.com/megh1241/blockset).
sklearn, joblib, pybind11
Currently, only installation from the source is supported.
git clone https://github.com/megh1241/python-blockset.git
cd Python
pip3 install -e .
Refer to Python/example.py for example usage.