Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ booster_json
Function
booster_json
tests/python/generate_models.py:25–26 ·
view source on GitHub ↗
(model: str)
Source
from the content-addressed store, hash-verified
23
24
25
def
booster_json(model: str) -> str:
26
return
os.path.join(target_dir,
"xgboost-"
+ version +
"."
+ model +
".json"
)
27
28
29
def
skl_ubj(model: str) -> str:
Callers
5
generate_regression_model
Function · 0.85
generate_logistic_model
Function · 0.85
generate_classification_model
Function · 0.85
generate_ranking_model
Function · 0.85
generate_aft_survival_models
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected