Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
def
skl_json(model: str) -> str:
34
return
os.path.join(target_dir,
"xgboost_scikit-"
+ version +
"."
+ model +
".json"
)
35
36
37
def
generate_regression_model() -> None:
Callers
4
generate_regression_model
Function · 0.85
generate_logistic_model
Function · 0.85
generate_classification_model
Function · 0.85
generate_ranking_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected