This repository contains several utility functions for plotting data that are both input to and output from Howso Engine. In particular, highlighting:
- Model drift
- Feature importances
- Interpretable predictions
- Entire datasets
Simply install with pip:
python -m pip install howso-visuals
Or, to install for development, clone this repository and install it editably:
git clone github.com/howsoai/howso-visuals
cd howso-visuals
python -m pip install -e .[dev]