Python package for the subgroup relevance analysis.
- Python >= 3.6
- pandas >= 0.24.0
- SciPy >= 1.1.0
- Bokeh >= 1.1.0, optional
- Matplotlib >= 2.1.0, optional
Only with mandatory packages:
pip install git+https://github.com/nbsato/subrela.gitWith 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]