Ethik AI
AI fairness
Features
Tutorials
API
How it works
About
GitHub
Ethik AI
AI fairness
Features
Tutorials
API
How it works
About
GitHub
warning
Requires Python 3.6+
1. Explore the features
Get started
Let's learn the basics of the package here.
Read
chevron_right
Binary classification
Let's learn how to explain a binary classifier with the Adult dataset.
Read
chevron_right
Multi-class classification
Let's learn how to explain a multi-class classifier with the Iris dataset.
Read
chevron_right
Regression
Let's learn how to explain a regressor with the Boston dataset.
Read
chevron_right
Images
Let's learn how to explain an image classifier with the MNIST dataset.
Read
chevron_right
Multi-dimensional
Let's learn how to reach targets for multiple features at the same time to capture correlations.
Read
chevron_right
2. Conduct real-world analyses
Heart disease
Let's explain a classifier that predicts the presence of heart disease.
Read
chevron_right
Diabetes
Let's explain a classifier that predicts the presence of diabetes.
Read
chevron_right
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.
Read
chevron_right