When running the XGBoost model the fit deatils of the model generate a feature importance ranking table. When running the profiler and subsequently the importance ranking gives another ranking of the predictor variables. Can somebody explain this different ranking of the features in the same ML model?
Which ranking do I have to choose in case I want to perform a feature selection, the model ranking or the profiler ranking?
Regards,
Lu