Xgboost base_score Issue #799

Hello,

Can someone please confirm if


has been fixed in xgboost version 0.81?

I’m running a regressor test in Python, and I still see ‘base_score=0.5’,
even after setting label as the target variable as a parameter to
xgb.XGBRegressor.

Thanks.