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

Handle unseen labels in multiclass classification for PDP #86

Open rjagtani opened 1 year ago

rjagtani commented 1 year ago

Fixes

  1. Handles unseen labels in multiclass classification for PDP
  2. Added option to not update storage in PDP
  3. Added is_classification flag in PDP
rjagtani commented 1 year ago

Also two new examples for

  1. handling categorical variables (the output wont be correct until #85 is fixed)
  2. multiclass problem with numerical features