Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ booster_ubj
Function
booster_ubj
tests/python/generate_models.py:21–22 ·
view source on GitHub ↗
(model: str)
Source
from the content-addressed store, hash-verified
19
20
21
def
booster_ubj(model: str) -> str:
22
return
os.path.join(target_dir,
"xgboost-"
+ version +
"."
+ model +
".ubj"
)
23
24
25
def
booster_json(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