mmschlk / iXAI

Fast and incremental explanations for online machine learning models. Works best with the river framework.
MIT License
49 stars 2 forks source link

Create base class for PDP #82

Closed rjagtani closed 1 year ago

rjagtani commented 1 year ago

Create base class for PDP which is inherited by IncrementPDP and BatchPDP. Shift common attributes and methods to the base class.