Remove support for deprecated format in Python. (#10490)

This commit is contained in:
Jiaming Yuan
2024-06-27 11:31:53 +08:00
committed by GitHub
parent 2d88d17008
commit 824fba783e
2 changed files with 6 additions and 82 deletions

View File

@@ -2636,7 +2636,7 @@ class Booster:
Parameters
----------
raw_format :
Format of output buffer. Can be `json`, `ubj` or `deprecated`.
Format of output buffer. Can be `json` or `ubj`.
Returns
-------