interpretml / DiCE

Generate Diverse Counterfactual Explanations for any machine learning model.
https://interpretml.github.io/DiCE/
MIT License
1.34k stars 185 forks source link

AttributeError: 'PrivateData' object has no attribute 'data_df' #438

Open deepakupman opened 5 months ago

deepakupman commented 5 months ago

I have a huge training data and unable to load it in dice, thus using metadata of training data, but it seems like dice's pytorch model module does not have a implementation for private data.

The error message is getting generated from line 31.

image