marcotcr / lime

Lime: Explaining the predictions of any machine learning classifier
BSD 2-Clause "Simplified" License
11.42k stars 1.79k forks source link

lime package - handle missing values in python #609

Closed ofco23 closed 3 years ago

ofco23 commented 3 years ago

Hello, I've build a xgboost model and used lime to explain the predictions. The problem is my data is build so it contains null's. Xgboost can handle this quite good, the problem is that lime can't handle null's the same way. Is the any way to by pass this? someone that faced the same problem?

marcotcr commented 3 years ago

see #572