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(',,,,')
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(',,,,')