Preprocessing Data
PyXAI provides two preprocessor classes depending on the nature of the dataset:
-
Tabular: for structured CSV/Excel datasets with numerical and categorical features. Uses the
TabularPreprocessorclass. -
Non Tabular: for unstructured data such as images. Uses the
NonTabularPreprocessorclass to build a JSON dataset compatible with PyXAI.