Explainability Techniques for Classical ML

Explainability of models on Tabular datasets

In this section onwards we will talk about the techniques used for explaining black-box models. To being with we will deal with classical ML models dealing with tabular datasets.

Tabular datasets are data structured into rows and columns, where each row contains the same number of cells or columns.

Last updated