{% extends "base.html" %} {% block title %} Select Data Set to Audit {% endblock %} {% block description %} Try out the toolkit using your own data containg predictions and protected attributes to audit bias and fairness. Or audit out one of our sample data sets. {% endblock %} {% block flow %} {% endblock %} {% block content %}

Try auditing a sample data set

Or audit your own data


See below for information on how to format input data.
Data you upload is used to generate the audit report. While the data is deleted, we host the audit report in perpitutity. If your data is private and sensitive, we encourage you to use the desktop version of the audit tool
.

Example input data

The data file is a CSV with the following columns:

Extraneous columns will interfer with the bias report. For further clarification, please see the documentation
webapp input
{% endblock %}