Top "Xgboost" questions

XGBoost is a library for constructing boosted tree models in R, Python, Java, Scala, and C++. Use this tag for issues specific to the package (i.e. input/output, installation, functionality).

Getting this simple problem while importing Xgboost on Jupyter notebook

Everything was running fine in Jupyter notebook until I imported Xgboost. As soon as I import it I get the …

python jupyter-notebook jupyter xgboost
XGBoost plot importance has no property max_num_features

xgboost's plotting API states: xgboost.plot_importance(booster, ax=None, height=0.2, xlim=None, ylim=None, title='Feature importance', xlabel='F …

python feature-selection xgboost