SubRelA documentation¶
- Version
2.0.0
- Release date
January 21, 2021
Python package for the subgroup relevance analysis.
Requirements¶
Python >= 3.6
pandas >= 0.24.0
SciPy >= 1.1.0
Bokeh >= 1.1.0, optional
Matplotlib >= 2.1.0, optional
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]