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
----------
data : DMatrix
The dmatrix storing the input.
data : numpy.array/scipy.sparse
Data to predict with
output_margin : bool
Whether to output the raw untransformed margin value.
ntree_limit : int