SubRelA documentation

Version

2.0.0

Release date

January 21, 2021

Python package for the subgroup relevance analysis.

Requirements

Installation

Only with mandatory packages:

pip install git+https://github.com/nbsato/subrela.git

With mandatory packages and Bokeh:

pip install git+https://github.com/nbsato/subrela.git#egg=subrela[bokeh]

With mandatory packages and Matplotlib:

pip install git+https://github.com/nbsato/subrela.git#egg=subrela[matplotlib]

With mandatory packages, Bokeh, and Matplotlib:

pip install git+https://github.com/nbsato/subrela.git#egg=subrela[bokeh,matplotlib]