MCPcopy 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
21def booster_ubj(model: str) -> str:
22 return os.path.join(target_dir, "xgboost-" + version + "." + model + ".ubj")
23
24
25def booster_json(model: str) -> str:

Callers 5

generate_logistic_modelFunction · 0.85
generate_ranking_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected