MCPcopy Create free account
hub / github.com/dmlc/xgboost / skl_json

Function skl_json

tests/python/generate_models.py:33–34  ·  view source on GitHub ↗
(model: str)

Source from the content-addressed store, hash-verified

31
32
33def skl_json(model: str) -> str:
34 return os.path.join(target_dir, "xgboost_scikit-" + version + "." + model + ".json")
35
36
37def generate_regression_model() -> None:

Callers 4

generate_logistic_modelFunction · 0.85
generate_ranking_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected