xgboost.plot_importance(model, importance_type='gain')
I am not able to change size of this plot. I want to save this figure with proper size so that I can use it in pdf. I want similar like figize
xgboost.plot_importance(model, importance_type='gain')
I am not able to change size of this plot. I want to save this figure with proper size so that I can use it in pdf. I want similar like figize
It looks like
plot_importance
return anAxes
objectIt also looks like you can pass an axes in