Skip to content

Commit

Permalink
Initial commit for JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 30, 2019
1 parent d2e1e4d commit 5e05a3e
Show file tree
Hide file tree
Showing 32 changed files with 1,765 additions and 57 deletions.
2 changes: 2 additions & 0 deletions amalgamation/xgboost-all0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
// gbms
#include "../src/gbm/gbm.cc"
#include "../src/gbm/gbtree.cc"
#include "../src/gbm/gbtree_model.cc"
#include "../src/gbm/gblinear.cc"
#include "../src/gbm/gblinear_model.cc"

// data
#include "../src/data/data.cc"
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Contents
Julia package <julia>
CLI interface <cli>
contrib/index
Json Schema <json-schema>
Loading

0 comments on commit 5e05a3e

Please sign in to comment.