You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, but i think theres a problem with the dataset itself. Thus will need to make the preprocessing pipeline more robust catering to all types of structured datasets. I have a few ideas and code to overcome this issue, would like to discuss this with you
Description
Getting this error when implementing the code for "Multi-Model Comparison" Example in the readme file when implementing this on my own dataset.
Steps to Reproduce
Run the code "Multi-Model Comparison" Example in the readme file by inputing your own csv
Expected Behavior
To provide a pdf report output.
Actual Behavior
InvalidParameterError: The 'estimator' parameter of permutation_importance must be an object implementing 'fit'. Got None instead.
The issue is arising on the
results = xai.analyze()
function.I think the
_calculate_feature_importance
function should be checked upon.The text was updated successfully, but these errors were encountered: