Ethik AI
warning Requires Python 3.6+

1. Explore the features

Get started

Let's learn the basics of the package here.

Binary classification

Let's learn how to explain a binary classifier with the Adult dataset.

Multi-class classification

Let's learn how to explain a multi-class classifier with the Iris dataset.

Regression

Let's learn how to explain a regressor with the Boston dataset.

Images

Let's learn how to explain an image classifier with the MNIST dataset.

Multi-dimensional

Let's learn how to reach targets for multiple features at the same time to capture correlations.

2. Conduct real-world analyses

Heart disease

Let's explain a classifier that predicts the presence of heart disease.

Diabetes

Let's explain a classifier that predicts the presence of diabetes.

3. Compare to alternatives

Partial Dependence Plot

Let's compare to PDP, which basically consists in showing what the model predicts on average when each data instance has the value v for that feature, while ignoring whether the value v makes sense for all data instances.