explain_xgboost: Explain a binary target using xgboost
Description
Based on the hyperparameters defined in the setup parameter, XGBoost hyperparameter-tuning is
carried out using cross-validation. The best model is chosen and returned.
As default, the function returns the feature-importance plot.
To get the all outputs, use parameter out = "all"