Clf.get_xgb_params()

hi,

why do i can not find get_xgb_parmas() in xgboost office website?

what is the parmas’s job??

get_xgb_params() is an internal function, so it doesn’t show up in the Python API doc.

The function will give you the complete list of training parameters given to the sklearn model.