Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 681 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 681 Bytes

Howso™ Visualization Utilities

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

Installation

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]

License

License

Contributing

Contributing