Link Search Menu Expand Document
PyXAI
Papers Video GitHub EXPEKCTATION About

Generating Models

The generation of models can be done in two different ways:

  • With the learning module of PyXAI. It is an overlay of the Scikit-Learn, XBGoost and LightGBM libraries which offer some methods to simplify this task.
  • By hand, using tree components containing nodes and leaves. This can be very useful to test and verify different types of explanations.

Table of contents