LiCE: Likely Counterfactual Explanations ============= .. contents:: :local: :depth: 2 --- LiCE -------------- These are the main entry points to using the LiCE framework. .. automodule:: humancompatible.explain.lice.lice.LiCE :members: :undoc-members: :show-inheritance: --- Sum-Product Network wrapper ----------------------- .. automodule:: humancompatible.explain.lice.spn.SPN :members: :undoc-members: --- Data handling -------------------- .. automodule:: humancompatible.explain.lice.data.DataHandler :members: :undoc-members: :show-inheritance: ---