Skip to content

Commit abb1e9f

Browse files
committed
remove todo around POST for dmatrix
1 parent 8a35e0f commit abb1e9f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vetiver/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def predict(endpoint, data: Union[dict, pd.DataFrame, pd.Series], **kw):
227227
elif isinstance(data, dict):
228228
response = requester.post(endpoint, json=data, **kw)
229229
else:
230-
# TODO: Check in on JSON serialization of DMatrix for XGBoost
231230
try:
232231
response = requester.post(endpoint, json=data, **kw)
233232
except TypeError:

0 commit comments

Comments
 (0)