Skip to content

fork of the primary holistic ai utility codebase for us to work with in AsherInform

License

Notifications You must be signed in to change notification settings

JohnnyKHU/holisticai

 
 

Repository files navigation


Holistic AI

The Holistic AI library is an open-source tool to assess and improve the trustworthiness of AI systems.

Currently, the library offers a set of techniques to easily measure and mitigate Bias across numerous tasks. In the future, it will be extended to include tools for Efficacy, Robustness, Privacy and Explainability as well. This will allow a holistic assessment of AI systems.

Installation:

For metrics, you can use the default installation:

pip install holisticai

For bias visualization and mitigation, you need additional dependencies. You can install them with:

pip install holisticai[methods]

Troubleshooting

on macOS could be necessary some packages before install holisticai library:

brew install cbc pkg-config
python -m pip install cylp
brew install cmake

Contributing

We welcome contributions to the Holistic AI library. If you are interested in contributing, please refer to our contributing guide.

About

fork of the primary holistic ai utility codebase for us to work with in AsherInform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.8%
  • Python 5.2%