ModelOriented / DALEX

moDel Agnostic Language for Exploration and eXplanation
https://dalex.drwhy.ai
GNU General Public License v3.0
1.35k stars 166 forks source link

Error in predict_parts_shap_aggregated () #566

Open RoyDibakar opened 3 weeks ago

RoyDibakar commented 3 weeks ago

Hello, I am trying predict_parts_shap_aggregated () to predict the important variable features of a random forest model. However, I am getting this error - Error in .rowNamesDF<-(x, value = value) : duplicate 'row.names' are not allowed In addition: Warning message: non-unique values when setting 'row.names' But there is no duplicate names.

And when i am trying the predict_parts_shap (), it works perfectly fine.

Could you please suggest the probable solution of this error.

Thanking you. Dibakar Roy

maksymiuks commented 3 weeks ago

Hi,

Could you please provide some reproducible examples?