Example JSON model parser and Schema. (#5137)

This commit is contained in:
Jiaming Yuan
2019-12-23 19:47:35 +08:00
committed by GitHub
parent a4b929385e
commit 1d0ca49761
8 changed files with 655 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
We introduced initial support for saving XGBoost model in JSON format in 1.0.0. Note that
it's still experimental and under development, output schema is subject to change due to
bug fixes or further refactoring. For an overview, see https://xgboost.readthedocs.io/en/latest/tutorials/saving_model.html .