Moffran / calibrated_explanations

Repository for the explanation method Calibrated Explanations (CE)
BSD 3-Clause "New" or "Revised" License
39 stars 5 forks source link

Rewrite code interfaces #33

Open tuvelofstrom opened 1 month ago

tuvelofstrom commented 1 month ago

Harmonize the code interfaces with sklearn classifiers and crepes. This means adding a fit function, having predict and predict_proba functions, as well as other functions used by e.g. crepes, like predict_int etc.

Related to #30