✏️ Examples#

XAIoGraphs contains a set of examples that can be executed as entry points:

Example

Entry Point

Rows

Num. Feats

Task

Titanic

titanic_example

1309

8

Binary

COMPAS

compas_example

4230

7

Multi-Class (3)

COMPAS Reality

compas_reality_example

4230

7

Binary

Body Performace

body_performance_example

13393

11

Multi-Class (3)

Education Performance

education_performance_example

145

29

Multi-Class (5)

Use the entry points to see an example run with the XAIoGraphs library installed in a Python virtual environment activated. Example:

>> titanic_example

Run the following command with the virtual environment enabled to see the results in XAIoWeb:

>> xaioweb -d xaioweb_files -o

You can see more information about each of these examples at the links below: