Fix docstring for XGBModel.predict() [skip ci] (#4592)

This commit is contained in:
Philip Hyunsu Cho 2019-06-20 21:44:42 -07:00 committed by Jiaming Yuan
parent 77fc28427d
commit 30e1cb4e9e

View File

@ -431,8 +431,8 @@ class XGBModel(XGBModelBase):
Parameters Parameters
---------- ----------
data : DMatrix data : numpy.array/scipy.sparse
The dmatrix storing the input. Data to predict with
output_margin : bool output_margin : bool
Whether to output the raw untransformed margin value. Whether to output the raw untransformed margin value.
ntree_limit : int ntree_limit : int