Link Search Menu Expand Document
PyXAI
Papers Video GitHub In-the-Loop EXPEKCTATION Release Notes About

Installation

Linux

PyXAI is fully compatible with Linux. Two installation methods are available:

Windows

PyXAI does not natively support Windows. However, you can use PyXAI on Windows through:

The sufficient_reason() method for Random Forests is not available on Windows. This is caused by the MUS solver (MUSER), which is only compatible with Linux.

Mac OS

PyXAI is partially compatible with Mac OS (PyPI installation is not available):

The sufficient_reason() method for Random Forests is not available on macOS. This is caused by the MUS solver (MUSER), which is only compatible with Linux.

Virtual Environment

Using a virtual environment is recommended to avoid conflicts between Python packages. See the Virtual Environment page for instructions.


Table of contents