Python Forum

Full Version: XGboost Regressor output
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I am running an XGBoost regressor model with a lot of independent variables. I want to get the model out put for each of the independent variables and the intercept. Does anyone know how I do this? No helpful online documentation unfortunately.

Thanks