Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 689 Bytes

index.rst

File metadata and controls

24 lines (15 loc) · 689 Bytes

RuleXAI

Welcome to RuleXAI's documentation!

RuleXAI is a rule-based aproach to explain the output of any machine learning model. It is suitable for classification, regression and survival tasks. Theoretical basis of the rule analysis methods implemented in the RuleXAI package can be found in Theoretical basis section.

Installation

RuleXAI can be installed from PyPI:

pip install rulexai

Theoretical basis <./rst/theoretical_basis.rst> Code documentation <./rst/autodoc.rst> Tutorials <./rst/tutorials.rst>