y_preds=xg_reg.predict(dtest) #next line occurs errors probs =xg_reg.predict_proba(X_test) AttributeError: 'Booster' object has no attribute 'predict_proba' hcho3closed this ascompletedJun 20, 2019 lockbotlocked asresolvedand limited conversation to collaboratorsOct 4, 2019 ...