To view the permuted feature importance plot, execute the code in the following notebook paragraph:
%python
aif.set_plot_dimension( width = 12, height = 6 )
aif.explain_model( technique = 'Permuted Feature Importance', model_id = 'XGB1')
aif.show_plots() |
Figure 40: Permuted Feature Importance Plot Output