How can i save to csv file about Variable importance using DALEX package, model_part() with python

34 Views Asked by At

enter image description here

I want to extract the feature importance using DALEX package, but i don't know how to export the results to save that results with format excel file

how should i do?

i did below method, but it didn't work

model.model_parts().to_csv(',,,,')
0

There are 0 best solutions below