MCPcopy 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
25def booster_json(model: str) -> str:
26 return os.path.join(target_dir, "xgboost-" + version + "." + model + ".json")
27
28
29def skl_ubj(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