dssg / aequitas

Bias Auditing & Fair ML Toolkit
http://www.datasciencepublicpolicy.org/aequitas/
MIT License
677 stars 113 forks source link

Method in `Experiment` to plot the results #157

Closed sgpjesus closed 8 months ago

sgpjesus commented 8 months ago

The class Experiment right now, only has one method that is worth running, which is appropriately named run. However, we have some cool plotting options that could be used after effectively running the experiment. It might be a bit more complicated, because we will have to handle the paths to results, and result reading but add a method to plot_pareto there, the same way is done in the example notebook!