Fix docstring for XGBModel.predict() [skip ci] (#4592)
This commit is contained in:
parent
77fc28427d
commit
30e1cb4e9e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user